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

public final class HostsList extends Object
List of Hosts.
  • Constructor Details

    • HostsList

      public HostsList()
  • Method Details

    • nextLink

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

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

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

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

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