Class SnapshotPolicyVolumeListInner

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

public final class SnapshotPolicyVolumeListInner extends Object
Volumes associated with snapshot policy.
  • Constructor Details

    • SnapshotPolicyVolumeListInner

      public SnapshotPolicyVolumeListInner()
  • Method Details

    • value

      public List<VolumeInner> value()
      Get the value property: List of volumes.
      Returns:
      the value value.
    • withValue

      public SnapshotPolicyVolumeListInner withValue(List<VolumeInner> value)
      Set the value property: List of volumes.
      Parameters:
      value - the value value to set.
      Returns:
      the SnapshotPolicyVolumeListInner object itself.
    • validate

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