Class ListReplications

java.lang.Object
com.azure.resourcemanager.netapp.models.ListReplications

public final class ListReplications extends Object
List Replications.
  • Constructor Details

    • ListReplications

      public ListReplications()
  • Method Details

    • value

      public List<ReplicationInner> value()
      Get the value property: A list of replications.
      Returns:
      the value value.
    • withValue

      public ListReplications withValue(List<ReplicationInner> value)
      Set the value property: A list of replications.
      Parameters:
      value - the value value to set.
      Returns:
      the ListReplications object itself.
    • validate

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