Interface VolumeGroup
public interface VolumeGroup
An immutable client-side representation of VolumeGroup.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the VolumeGroup definition.static interfaceThe VolumeGroup definition stages.static interfaceThe template for VolumeGroup update.static interfaceThe VolumeGroup update stages. -
Method Summary
Modifier and TypeMethodDescriptionGets the deleteRetentionPolicy property: The retention policy for the soft deleted volume group and its associated resources.Gets the encryption property: Type of encryption.Gets the encryptionProperties property: Encryption Properties describing Key Vault and Identity information.Gets the enforceDataIntegrityCheckForIscsi property: A boolean indicating whether or not Data Integrity Check is enabled.id()Gets the id property: Fully qualified resource Id for the resource.identity()Gets the identity property: The identity of the resource.Gets the inner com.azure.resourcemanager.elasticsan.fluent.models.VolumeGroupInner object.name()Gets the name property: The name of the resource.Gets the networkAcls property: A collection of rules governing the accessibility from specific network locations.Gets the privateEndpointConnections property: The list of Private Endpoint Connections.Gets the protocolType property: Type of storage target.Gets the provisioningState property: State of the operation on the resource.refresh()Refreshes the resource to sync with Azure.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Gets the name of the resource group.com.azure.core.management.SystemDataGets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.type()Gets the type property: The type of the resource.update()Begins update for the VolumeGroup resource.
-
Method Details
-
id
String id()Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()Gets the type property: The type of the resource.- Returns:
- the type value.
-
identity
Identity identity()Gets the identity property: The identity of the resource.- Returns:
- the identity value.
-
systemData
com.azure.core.management.SystemData systemData()Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.- Returns:
- the systemData value.
-
provisioningState
ProvisioningStates provisioningState()Gets the provisioningState property: State of the operation on the resource.- Returns:
- the provisioningState value.
-
protocolType
StorageTargetType protocolType()Gets the protocolType property: Type of storage target.- Returns:
- the protocolType value.
-
encryption
EncryptionType encryption()Gets the encryption property: Type of encryption.- Returns:
- the encryption value.
-
encryptionProperties
EncryptionProperties encryptionProperties()Gets the encryptionProperties property: Encryption Properties describing Key Vault and Identity information.- Returns:
- the encryptionProperties value.
-
networkAcls
NetworkRuleSet networkAcls()Gets the networkAcls property: A collection of rules governing the accessibility from specific network locations.- Returns:
- the networkAcls value.
-
privateEndpointConnections
List<PrivateEndpointConnection> privateEndpointConnections()Gets the privateEndpointConnections property: The list of Private Endpoint Connections.- Returns:
- the privateEndpointConnections value.
-
enforceDataIntegrityCheckForIscsi
Boolean enforceDataIntegrityCheckForIscsi()Gets the enforceDataIntegrityCheckForIscsi property: A boolean indicating whether or not Data Integrity Check is enabled.- Returns:
- the enforceDataIntegrityCheckForIscsi value.
-
deleteRetentionPolicy
DeleteRetentionPolicy deleteRetentionPolicy()Gets the deleteRetentionPolicy property: The retention policy for the soft deleted volume group and its associated resources.- Returns:
- the deleteRetentionPolicy value.
-
resourceGroupName
String resourceGroupName()Gets the name of the resource group.- Returns:
- the name of the resource group.
-
innerModel
VolumeGroupInner innerModel()Gets the inner com.azure.resourcemanager.elasticsan.fluent.models.VolumeGroupInner object.- Returns:
- the inner object.
-
update
VolumeGroup.Update update()Begins update for the VolumeGroup resource.- Returns:
- the stage of resource update.
-
refresh
VolumeGroup refresh()Refreshes the resource to sync with Azure.- Returns:
- the refreshed resource.
-
refresh
Refreshes the resource to sync with Azure.- Parameters:
context- The context to associate with this operation.- Returns:
- the refreshed resource.
-