OutboundRuleResponse

data class OutboundRuleResponse(val allocatedOutboundPorts: Int? = null, val backendAddressPool: SubResourceResponse, val enableTcpReset: Boolean? = null, val etag: String, val frontendIPConfigurations: List<SubResourceResponse>, val id: String? = null, val idleTimeoutInMinutes: Int? = null, val name: String? = null, val protocol: String, val provisioningState: String, val type: String)

Outbound rule of the load balancer.

Constructors

Link copied to clipboard
constructor(allocatedOutboundPorts: Int? = null, backendAddressPool: SubResourceResponse, enableTcpReset: Boolean? = null, etag: String, frontendIPConfigurations: List<SubResourceResponse>, id: String? = null, idleTimeoutInMinutes: Int? = null, name: String? = null, protocol: String, provisioningState: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of outbound ports to be used for NAT.

Link copied to clipboard

A reference to a pool of DIPs. Outbound traffic is randomly load balanced across IPs in the backend IPs.

Link copied to clipboard
val enableTcpReset: Boolean? = null

Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination. This element is only used when the protocol is set to TCP.

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard

The Frontend IP addresses of the load balancer.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard

The timeout for the TCP idle connection.

Link copied to clipboard
val name: String? = null

The name of the resource that is unique within the set of outbound rules used by the load balancer. This name can be used to access the resource.

Link copied to clipboard

The protocol for the outbound rule in load balancer.

Link copied to clipboard

The provisioning state of the outbound rule resource.

Link copied to clipboard

Type of the resource.