Class VolumeGroupDetailsInner

java.lang.Object
com.azure.resourcemanager.netapp.fluent.models.VolumeGroupDetailsInner

public final class VolumeGroupDetailsInner extends Object
Volume group resource for create.
  • Constructor Details

    • VolumeGroupDetailsInner

      public VolumeGroupDetailsInner()
  • Method Details

    • location

      public String location()
      Get the location property: Resource location.
      Returns:
      the location value.
    • withLocation

      public VolumeGroupDetailsInner withLocation(String location)
      Set the location property: Resource location.
      Parameters:
      location - the location value to set.
      Returns:
      the VolumeGroupDetailsInner object itself.
    • id

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

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

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

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

      public VolumeGroupMetadata groupMetadata()
      Get the groupMetadata property: Volume group details.
      Returns:
      the groupMetadata value.
    • withGroupMetadata

      public VolumeGroupDetailsInner withGroupMetadata(VolumeGroupMetadata groupMetadata)
      Set the groupMetadata property: Volume group details.
      Parameters:
      groupMetadata - the groupMetadata value to set.
      Returns:
      the VolumeGroupDetailsInner object itself.
    • volumes

      public List<VolumeGroupVolumeProperties> volumes()
      Get the volumes property: List of volumes from group.
      Returns:
      the volumes value.
    • withVolumes

      Set the volumes property: List of volumes from group.
      Parameters:
      volumes - the volumes value to set.
      Returns:
      the VolumeGroupDetailsInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.