Class SecurityConnectorInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.security.fluent.models.SecurityConnectorInner

public final class SecurityConnectorInner extends com.azure.core.management.Resource
The security connector resource.
  • Constructor Details

    • SecurityConnectorInner

      public SecurityConnectorInner()
  • Method Details

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • withLocation

      public SecurityConnectorInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public SecurityConnectorInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • hierarchyIdentifier

      public String hierarchyIdentifier()
      Get the hierarchyIdentifier property: The multi cloud resource identifier (account id in case of AWS connector, project number in case of GCP connector).
      Returns:
      the hierarchyIdentifier value.
    • withHierarchyIdentifier

      public SecurityConnectorInner withHierarchyIdentifier(String hierarchyIdentifier)
      Set the hierarchyIdentifier property: The multi cloud resource identifier (account id in case of AWS connector, project number in case of GCP connector).
      Parameters:
      hierarchyIdentifier - the hierarchyIdentifier value to set.
      Returns:
      the SecurityConnectorInner object itself.
    • hierarchyIdentifierTrialEndDate

      public OffsetDateTime hierarchyIdentifierTrialEndDate()
      Get the hierarchyIdentifierTrialEndDate property: The date on which the trial period will end, if applicable. Trial period exists for 30 days after upgrading to payed offerings.
      Returns:
      the hierarchyIdentifierTrialEndDate value.
    • environmentName

      public CloudName environmentName()
      Get the environmentName property: The multi cloud resource's cloud name.
      Returns:
      the environmentName value.
    • withEnvironmentName

      public SecurityConnectorInner withEnvironmentName(CloudName environmentName)
      Set the environmentName property: The multi cloud resource's cloud name.
      Parameters:
      environmentName - the environmentName value to set.
      Returns:
      the SecurityConnectorInner object itself.
    • offerings

      public List<CloudOffering> offerings()
      Get the offerings property: A collection of offerings for the security connector.
      Returns:
      the offerings value.
    • withOfferings

      public SecurityConnectorInner withOfferings(List<CloudOffering> offerings)
      Set the offerings property: A collection of offerings for the security connector.
      Parameters:
      offerings - the offerings value to set.
      Returns:
      the SecurityConnectorInner object itself.
    • environmentData

      public EnvironmentData environmentData()
      Get the environmentData property: The security connector environment data.
      Returns:
      the environmentData value.
    • withEnvironmentData

      public SecurityConnectorInner withEnvironmentData(EnvironmentData environmentData)
      Set the environmentData property: The security connector environment data.
      Parameters:
      environmentData - the environmentData value to set.
      Returns:
      the SecurityConnectorInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.