Class ReplicationUsageList

java.lang.Object
com.azure.resourcemanager.recoveryservices.models.ReplicationUsageList

public final class ReplicationUsageList extends Object
Replication usages for vault.
  • Constructor Details

    • ReplicationUsageList

      public ReplicationUsageList()
  • Method Details

    • value

      public List<ReplicationUsageInner> value()
      Get the value property: The list of replication usages for the given vault.
      Returns:
      the value value.
    • withValue

      public ReplicationUsageList withValue(List<ReplicationUsageInner> value)
      Set the value property: The list of replication usages for the given vault.
      Parameters:
      value - the value value to set.
      Returns:
      the ReplicationUsageList object itself.
    • validate

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