ManagedClusterNATGatewayProfileResponse

data class ManagedClusterNATGatewayProfileResponse(val effectiveOutboundIPs: List<ResourceReferenceResponse>? = null, val idleTimeoutInMinutes: Int? = null, val managedOutboundIPProfile: ManagedClusterManagedOutboundIPProfileResponse? = null)

Profile of the managed cluster NAT gateway.

Constructors

Link copied to clipboard
constructor(effectiveOutboundIPs: List<ResourceReferenceResponse>? = null, idleTimeoutInMinutes: Int? = null, managedOutboundIPProfile: ManagedClusterManagedOutboundIPProfileResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The effective outbound IP resources of the cluster NAT gateway.

Link copied to clipboard

Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120 (inclusive). The default value is 4 minutes.

Link copied to clipboard

Profile of the managed outbound IP resources of the cluster NAT gateway.