Interface VolumeGroup


public interface VolumeGroup
An immutable client-side representation of VolumeGroup.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the groupMetadata property: Volume group details.
    id()
    Gets the id property: Resource Id.
    Gets the inner com.azure.resourcemanager.netapp.fluent.models.VolumeGroupInner object.
    Gets the location property: Resource location.
    Gets the name property: Resource name.
    Gets the provisioningState property: Azure lifecycle management.
    Gets the type property: Resource type.
  • Method Details

    • location

      String location()
      Gets the location property: Resource location.
      Returns:
      the location value.
    • id

      String id()
      Gets the id property: Resource Id.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: Resource name.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: Resource type.
      Returns:
      the type value.
    • provisioningState

      String provisioningState()
      Gets the provisioningState property: Azure lifecycle management.
      Returns:
      the provisioningState value.
    • groupMetadata

      VolumeGroupMetadata groupMetadata()
      Gets the groupMetadata property: Volume group details.
      Returns:
      the groupMetadata value.
    • innerModel

      VolumeGroupInner innerModel()
      Gets the inner com.azure.resourcemanager.netapp.fluent.models.VolumeGroupInner object.
      Returns:
      the inner object.