Interface VolumeGroup


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

      • 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.
      • tags

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