共用方式為


LoadBalancerOutboundRule Interface

Implements

public interface LoadBalancerOutboundRule
extends HasInnerModel<OutboundRuleInner>, HasProtocol<LoadBalancerOutboundRuleProtocol>, ChildResource<LoadBalancer>

An immutable client-side representation of an outbound rule.

Method Summary

Modifier and Type Method and Description
abstract int allocatedOutboundPorts()

Gets the number of outbound ports to be used for NAT.

abstract LoadBalancerBackend backend()

Gets the associated backend.

abstract Map<String,LoadBalancerFrontend> frontends()

Gets the associated frontends.

abstract int idleTimeoutInMinutes()

Gets the number of minutes before an idle connection is closed.

abstract LoadBalancerOutboundRuleProtocol protocol()

Gets outbound rule protocol.

abstract ProvisioningState provisioningState()

Gets the provisioning state of the outbound rule resource.

abstract boolean tcpResetEnabled()

Checks whether TCP reset is enabled.

Method Details

allocatedOutboundPorts

public abstract int allocatedOutboundPorts()

Gets the number of outbound ports to be used for NAT.

Returns:

the number of outbound ports to be used for NAT

backend

public abstract LoadBalancerBackend backend()

Gets the associated backend.

Returns:

the associated backend

frontends

public abstract Map frontends()

Gets the associated frontends.

Returns:

the associated frontends

idleTimeoutInMinutes

public abstract int idleTimeoutInMinutes()

Gets the number of minutes before an idle connection is closed.

Returns:

the number of minutes before an idle connection is closed

protocol

public abstract LoadBalancerOutboundRuleProtocol protocol()

Gets outbound rule protocol.

Returns:

outbound rule protocol

provisioningState

public abstract ProvisioningState provisioningState()

Gets the provisioning state of the outbound rule resource.

Returns:

the provisioning state of the outbound rule resource

tcpResetEnabled

public abstract boolean tcpResetEnabled()

Checks whether TCP reset is enabled.

Returns:

if TCP reset is enabled

Applies to