ManagedClusterNATGatewayProfileArgs

data class ManagedClusterNATGatewayProfileArgs(val effectiveOutboundIPs: Output<List<ResourceReferenceArgs>>? = null, val idleTimeoutInMinutes: Output<Int>? = null, val managedOutboundIPProfile: Output<ManagedClusterManagedOutboundIPProfileArgs>? = null) : ConvertibleToJava<ManagedClusterNATGatewayProfileArgs>

Profile of the managed cluster NAT gateway.

Constructors

Link copied to clipboard
constructor(effectiveOutboundIPs: Output<List<ResourceReferenceArgs>>? = null, idleTimeoutInMinutes: Output<Int>? = null, managedOutboundIPProfile: Output<ManagedClusterManagedOutboundIPProfileArgs>? = null)

Properties

Link copied to clipboard

The effective outbound IP resources of the cluster NAT gateway.

Link copied to clipboard
val idleTimeoutInMinutes: Output<Int>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): ManagedClusterNATGatewayProfileArgs