ManagedClusterNATGatewayProfile interface

Profile of the managed cluster NAT gateway.

Properties

effectiveOutboundIPs

The effective outbound IP resources of the cluster NAT gateway.

idleTimeoutInMinutes

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

managedOutboundIPProfile

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

outboundIPPrefixes

Desired outbound IP Prefix resources for the managed NAT Gateway. Only compatible with NAT Gateway V2.

outboundIPs

Desired outbound IP resources for the managed NAT Gateway.

sku

The SKU of the managed cluster NAT Gateway. Defaults to 'StandardV2' where available in the region, otherwise 'Standard'.

Property Details

effectiveOutboundIPs

The effective outbound IP resources of the cluster NAT gateway.

effectiveOutboundIPs?: ResourceReference[]

Property Value

idleTimeoutInMinutes

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

idleTimeoutInMinutes?: number

Property Value

number

managedOutboundIPProfile

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

managedOutboundIPProfile?: ManagedClusterManagedOutboundIPProfile

Property Value

outboundIPPrefixes

Desired outbound IP Prefix resources for the managed NAT Gateway. Only compatible with NAT Gateway V2.

outboundIPPrefixes?: { publicIPPrefixes?: string[] }

Property Value

{ publicIPPrefixes?: string[] }

outboundIPs

Desired outbound IP resources for the managed NAT Gateway.

outboundIPs?: { publicIPs?: string[] }

Property Value

{ publicIPs?: string[] }

sku

The SKU of the managed cluster NAT Gateway. Defaults to 'StandardV2' where available in the region, otherwise 'Standard'.

sku?: string

Property Value

string