Interface Volume
public interface Volume
An immutable client-side representation of Volume.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the Volume definition.static interfaceThe Volume definition stages.static interfaceThe template for Volume update.static interfaceThe Volume update stages. -
Method Summary
Modifier and TypeMethodDescriptionGets the creationData property: State of the operation on the resource.id()Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.elasticsan.fluent.models.VolumeInner object.Gets the managedBy property: Parent resource information.name()Gets the name property: The name of the resource.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.longsizeGiB()Gets the sizeGiB property: Volume size.Gets the storageTarget property: Storage target information.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 Volume resource.volumeId()Gets the volumeId property: Unique Id of the volume in GUID format.
-
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.
-
systemData
com.azure.core.management.SystemData systemData()Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.- Returns:
- the systemData value.
-
volumeId
String volumeId()Gets the volumeId property: Unique Id of the volume in GUID format.- Returns:
- the volumeId value.
-
creationData
SourceCreationData creationData()Gets the creationData property: State of the operation on the resource.- Returns:
- the creationData value.
-
sizeGiB
long sizeGiB()Gets the sizeGiB property: Volume size.- Returns:
- the sizeGiB value.
-
storageTarget
IscsiTargetInfo storageTarget()Gets the storageTarget property: Storage target information.- Returns:
- the storageTarget value.
-
managedBy
ManagedByInfo managedBy()Gets the managedBy property: Parent resource information.- Returns:
- the managedBy value.
-
provisioningState
ProvisioningStates provisioningState()Gets the provisioningState property: State of the operation on the resource.- Returns:
- the provisioningState value.
-
resourceGroupName
String resourceGroupName()Gets the name of the resource group.- Returns:
- the name of the resource group.
-
innerModel
VolumeInner innerModel()Gets the inner com.azure.resourcemanager.elasticsan.fluent.models.VolumeInner object.- Returns:
- the inner object.
-
update
Volume.Update update()Begins update for the Volume resource.- Returns:
- the stage of resource update.
-
refresh
Volume 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.
-