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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the deleteRetentionPolicy property: The retention policy for the soft deleted volume group and its associated resources.Get the encryption property: Type of encryption.Get the encryptionProperties property: Encryption Properties describing Key Vault and Identity information.Get the enforceDataIntegrityCheckForIscsi property: A boolean indicating whether or not Data Integrity Check is enabled.static VolumeGroupInner
fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VolumeGroupInner from the JsonReader.id()
Get the id property: Fully qualified resource Id for the resource.identity()
Get the identity property: The identity of the resource.name()
Get the name property: The name of the resource.Get the networkAcls property: A collection of rules governing the accessibility from specific network locations.Get the privateEndpointConnections property: The list of Private Endpoint Connections.Get the protocolType property: Type of storage target.Get the provisioningState property: State of the operation on the resource.com.azure.core.management.SystemData
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.com.azure.json.JsonWriter
toJson
(com.azure.json.JsonWriter jsonWriter) type()
Get the type property: The type of the resource.void
validate()
Validates the instance.withDeleteRetentionPolicy
(DeleteRetentionPolicy deleteRetentionPolicy) Set the deleteRetentionPolicy property: The retention policy for the soft deleted volume group and its associated resources.withEncryption
(EncryptionType encryption) Set the encryption property: Type of encryption.withEncryptionProperties
(EncryptionProperties encryptionProperties) Set the encryptionProperties property: Encryption Properties describing Key Vault and Identity information.withEnforceDataIntegrityCheckForIscsi
(Boolean enforceDataIntegrityCheckForIscsi) Set the enforceDataIntegrityCheckForIscsi property: A boolean indicating whether or not Data Integrity Check is enabled.withIdentity
(Identity identity) Set the identity property: The identity of the resource.withNetworkAcls
(NetworkRuleSet networkAcls) Set the networkAcls property: A collection of rules governing the accessibility from specific network locations.withProtocolType
(StorageTargetType protocolType) Set the protocolType property: Type of storage target.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
VolumeGroupInner
public VolumeGroupInner()Creates an instance of VolumeGroupInner class.
-
-
Method Details
-
identity
Get the identity property: The identity of the resource.- Returns:
- the identity value.
-
withIdentity
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
Get the type property: The type of the resource.- Overrides:
type
in classcom.azure.core.management.ProxyResource
- Returns:
- the type value.
-
name
Get the name property: The name of the resource.- Overrides:
name
in classcom.azure.core.management.ProxyResource
- Returns:
- the name value.
-
id
Get the id property: Fully qualified resource Id for the resource.- Overrides:
id
in classcom.azure.core.management.ProxyResource
- Returns:
- the id value.
-
provisioningState
Get the provisioningState property: State of the operation on the resource.- Returns:
- the provisioningState value.
-
protocolType
Get the protocolType property: Type of storage target.- Returns:
- the protocolType value.
-
withProtocolType
Set the protocolType property: Type of storage target.- Parameters:
protocolType
- the protocolType value to set.- Returns:
- the VolumeGroupInner object itself.
-
encryption
Get the encryption property: Type of encryption.- Returns:
- the encryption value.
-
withEncryption
Set the encryption property: Type of encryption.- Parameters:
encryption
- the encryption value to set.- Returns:
- the VolumeGroupInner object itself.
-
encryptionProperties
Get the encryptionProperties property: Encryption Properties describing Key Vault and Identity information.- Returns:
- the encryptionProperties value.
-
withEncryptionProperties
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
Get the networkAcls property: A collection of rules governing the accessibility from specific network locations.- Returns:
- the networkAcls value.
-
withNetworkAcls
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
Get the privateEndpointConnections property: The list of Private Endpoint Connections.- Returns:
- the privateEndpointConnections value.
-
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
Get the deleteRetentionPolicy property: The retention policy for the soft deleted volume group and its associated resources.- Returns:
- the deleteRetentionPolicy value.
-
withDeleteRetentionPolicy
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
- Specified by:
toJson
in interfacecom.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
- Overrides:
toJson
in classcom.azure.core.management.ProxyResource
- Throws:
IOException
-
fromJson
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.
-