Class DatastoresList

java.lang.Object
com.azure.resourcemanager.connectedvmware.models.DatastoresList

public final class DatastoresList extends Object
List of Datastores.
  • Constructor Details

    • DatastoresList

      public DatastoresList()
  • Method Details

    • nextLink

      public String nextLink()
      Get the nextLink property: Url to follow for getting next page of Datastores.
      Returns:
      the nextLink value.
    • withNextLink

      public DatastoresList withNextLink(String nextLink)
      Set the nextLink property: Url to follow for getting next page of Datastores.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the DatastoresList object itself.
    • value

      public List<DatastoreInner> value()
      Get the value property: Array of Datastores.
      Returns:
      the value value.
    • withValue

      public DatastoresList withValue(List<DatastoreInner> value)
      Set the value property: Array of Datastores.
      Parameters:
      value - the value value to set.
      Returns:
      the DatastoresList object itself.
    • validate

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