Class VolumeGroupInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.elasticsan.fluent.models.VolumeGroupInner
All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>

public final class VolumeGroupInner extends com.azure.core.management.ProxyResource
Response for Volume Group request.
  • Constructor Details

    • VolumeGroupInner

      public VolumeGroupInner()
      Creates an instance of VolumeGroupInner class.
  • Method Details

    • identity

      public Identity identity()
      Get the identity property: The identity of the resource.
      Returns:
      the identity value.
    • withIdentity

      public VolumeGroupInner withIdentity(Identity identity)
      Set the identity property: The identity of the resource.
      Parameters:
      identity - the identity value to set.
      Returns:
      the VolumeGroupInner object itself.
    • 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.
    • type

      public String type()
      Get the type property: The type of the resource.
      Overrides:
      type in class com.azure.core.management.ProxyResource
      Returns:
      the type value.
    • name

      public String name()
      Get the name property: The name of the resource.
      Overrides:
      name in class com.azure.core.management.ProxyResource
      Returns:
      the name value.
    • id

      public String id()
      Get the id property: Fully qualified resource Id for the resource.
      Overrides:
      id in class com.azure.core.management.ProxyResource
      Returns:
      the id value.
    • provisioningState

      public ProvisioningStates provisioningState()
      Get the provisioningState property: State of the operation on the resource.
      Returns:
      the provisioningState value.
    • protocolType

      public StorageTargetType protocolType()
      Get the protocolType property: Type of storage target.
      Returns:
      the protocolType value.
    • withProtocolType

      public VolumeGroupInner withProtocolType(StorageTargetType protocolType)
      Set the protocolType property: Type of storage target.
      Parameters:
      protocolType - the protocolType value to set.
      Returns:
      the VolumeGroupInner object itself.
    • encryption

      public EncryptionType encryption()
      Get the encryption property: Type of encryption.
      Returns:
      the encryption value.
    • withEncryption

      public VolumeGroupInner withEncryption(EncryptionType encryption)
      Set the encryption property: Type of encryption.
      Parameters:
      encryption - the encryption value to set.
      Returns:
      the VolumeGroupInner object itself.
    • encryptionProperties

      public EncryptionProperties encryptionProperties()
      Get the encryptionProperties property: Encryption Properties describing Key Vault and Identity information.
      Returns:
      the encryptionProperties value.
    • withEncryptionProperties

      public VolumeGroupInner withEncryptionProperties(EncryptionProperties encryptionProperties)
      Set the encryptionProperties property: Encryption Properties describing Key Vault and Identity information.
      Parameters:
      encryptionProperties - the encryptionProperties value to set.
      Returns:
      the VolumeGroupInner object itself.
    • networkAcls

      public NetworkRuleSet networkAcls()
      Get the networkAcls property: A collection of rules governing the accessibility from specific network locations.
      Returns:
      the networkAcls value.
    • withNetworkAcls

      public VolumeGroupInner withNetworkAcls(NetworkRuleSet networkAcls)
      Set the networkAcls property: A collection of rules governing the accessibility from specific network locations.
      Parameters:
      networkAcls - the networkAcls value to set.
      Returns:
      the VolumeGroupInner object itself.
    • privateEndpointConnections

      public List<PrivateEndpointConnectionInner> privateEndpointConnections()
      Get the privateEndpointConnections property: The list of Private Endpoint Connections.
      Returns:
      the privateEndpointConnections value.
    • enforceDataIntegrityCheckForIscsi

      public Boolean enforceDataIntegrityCheckForIscsi()
      Get the enforceDataIntegrityCheckForIscsi property: A boolean indicating whether or not Data Integrity Check is enabled.
      Returns:
      the enforceDataIntegrityCheckForIscsi value.
    • withEnforceDataIntegrityCheckForIscsi

      public VolumeGroupInner withEnforceDataIntegrityCheckForIscsi(Boolean enforceDataIntegrityCheckForIscsi)
      Set the enforceDataIntegrityCheckForIscsi property: A boolean indicating whether or not Data Integrity Check is enabled.
      Parameters:
      enforceDataIntegrityCheckForIscsi - the enforceDataIntegrityCheckForIscsi value to set.
      Returns:
      the VolumeGroupInner object itself.
    • deleteRetentionPolicy

      public DeleteRetentionPolicy deleteRetentionPolicy()
      Get the deleteRetentionPolicy property: The retention policy for the soft deleted volume group and its associated resources.
      Returns:
      the deleteRetentionPolicy value.
    • withDeleteRetentionPolicy

      public VolumeGroupInner withDeleteRetentionPolicy(DeleteRetentionPolicy deleteRetentionPolicy)
      Set the deleteRetentionPolicy property: The retention policy for the soft deleted volume group and its associated resources.
      Parameters:
      deleteRetentionPolicy - the deleteRetentionPolicy value to set.
      Returns:
      the VolumeGroupInner object itself.
    • validate

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

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
      Overrides:
      toJson in class com.azure.core.management.ProxyResource
      Throws:
      IOException
    • fromJson

      public static VolumeGroupInner fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of VolumeGroupInner from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of VolumeGroupInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IllegalStateException - If the deserialized JSON object was missing any required properties.
      IOException - If an error occurs while reading the VolumeGroupInner.