public interface Volume
An immutable client-side representation of Volume.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    The entirety of the Volume definition.
    static interface 
    The Volume definition stages.
    static interface 
    The template for Volume update.
    static interface 
    The Volume update stages.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets 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 name property: The name of the resource.
    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.
    Gets the sizeGiB property: Volume size.
    Gets the storageTarget property: Storage target information.
    com.azure.core.management.SystemData
    Gets the systemData property: Resource metadata required by ARM RPC.
    Gets the tags property: Azure resource tags.
    Gets the type property: The type of the resource.
    Begins update for the Volume resource.
    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: Resource metadata required by ARM RPC.
      Returns:
      the systemData value.
    • tags

      Map<String,String> tags()
      Gets the tags property: Azure resource tags.
      Returns:
      the tags 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.
    • 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

      Volume refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.