Class VmmServerListResult


  • public final class VmmServerListResult
    extends Object
    List of VmmServers.
    • Constructor Detail

      • VmmServerListResult

        public VmmServerListResult()
    • Method Detail

      • value

        public List<VmmServerInner> value()
        Get the value property: List of VmmServers.
        Returns:
        the value value.
      • withValue

        public VmmServerListResult withValue​(List<VmmServerInner> value)
        Set the value property: List of VmmServers.
        Parameters:
        value - the value value to set.
        Returns:
        the VmmServerListResult object itself.
      • nextLink

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

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

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