Class InboundNatRuleListResult


  • public final class InboundNatRuleListResult
    extends Object
    Response for ListInboundNatRule API service call.
    • Constructor Detail

      • InboundNatRuleListResult

        public InboundNatRuleListResult()
    • Method Detail

      • value

        public List<InboundNatRuleInner> value()
        Get the value property: A list of inbound NAT rules in a load balancer.
        Returns:
        the value value.
      • withValue

        public InboundNatRuleListResult withValue​(List<InboundNatRuleInner> value)
        Set the value property: A list of inbound NAT rules in a load balancer.
        Parameters:
        value - the value value to set.
        Returns:
        the InboundNatRuleListResult object itself.
      • nextLink

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

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