Class BackendAddressPoolResponse


  • public final class BackendAddressPoolResponse
    extends java.lang.Object
    • Method Detail

      • backendIPConfigurations

        public java.util.List<NetworkInterfaceIPConfigurationResponse> backendIPConfigurations()
        Returns:
        An array of references to IP addresses defined in network interfaces.
      • drainPeriodInSeconds

        public java.util.Optional<java.lang.Integer> drainPeriodInSeconds()
        Returns:
        Amount of seconds Load Balancer waits for before sending RESET to client and backend address.
      • etag

        public java.lang.String etag()
        Returns:
        A unique read-only string that changes whenever the resource is updated.
      • id

        public java.util.Optional<java.lang.String> id()
        Returns:
        Resource ID.
      • inboundNatRules

        public java.util.List<SubResourceResponse> inboundNatRules()
        Returns:
        An array of references to inbound NAT rules that use this backend address pool.
      • loadBalancingRules

        public java.util.List<SubResourceResponse> loadBalancingRules()
        Returns:
        An array of references to load balancing rules that use this backend address pool.
      • location

        public java.util.Optional<java.lang.String> location()
        Returns:
        The location of the backend address pool.
      • name

        public java.util.Optional<java.lang.String> name()
        Returns:
        The name of the resource that is unique within the set of backend address pools used by the load balancer. This name can be used to access the resource.
      • outboundRule

        public SubResourceResponse outboundRule()
        Returns:
        A reference to an outbound rule that uses this backend address pool.
      • outboundRules

        public java.util.List<SubResourceResponse> outboundRules()
        Returns:
        An array of references to outbound rules that use this backend address pool.
      • provisioningState

        public java.lang.String provisioningState()
        Returns:
        The provisioning state of the backend address pool resource.
      • type

        public java.lang.String type()
        Returns:
        Type of the resource.
      • virtualNetwork

        public java.util.Optional<SubResourceResponse> virtualNetwork()
        Returns:
        A reference to a virtual network.