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

public final class VCentersList extends Object
List of VCenters.
  • Constructor Details

    • VCentersList

      public VCentersList()
  • Method Details

    • nextLink

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

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

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

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

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