Class NetworkVirtualApplianceSiteListResult


  • public final class NetworkVirtualApplianceSiteListResult
    extends Object
    Response for ListNetworkVirtualApplianceSites API service call.
    • Constructor Detail

      • NetworkVirtualApplianceSiteListResult

        public NetworkVirtualApplianceSiteListResult()
    • Method Detail

      • value

        public List<VirtualApplianceSiteInner> value()
        Get the value property: List of Network Virtual Appliance sites.
        Returns:
        the value value.
      • nextLink

        public String nextLink()
        Get the nextLink property: URL to get the next set of results.
        Returns:
        the nextLink value.
      • withNextLink

        public NetworkVirtualApplianceSiteListResult withNextLink​(String nextLink)
        Set the nextLink property: URL to get the next set of results.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the NetworkVirtualApplianceSiteListResult object itself.
      • validate

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