Class VolumeGroupProperties

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

public final class VolumeGroupProperties extends Object
Volume group properties.
  • Constructor Details

    • VolumeGroupProperties

      public VolumeGroupProperties()
  • Method Details

    • 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 VolumeGroupProperties withGroupMetadata(VolumeGroupMetadata groupMetadata)
      Set the groupMetadata property: Volume group details.
      Parameters:
      groupMetadata - the groupMetadata value to set.
      Returns:
      the VolumeGroupProperties 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 VolumeGroupProperties object itself.
    • validate

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