ManagedClusterNATGatewayProfile interface
Profile of the managed cluster NAT gateway.
Properties
| effective |
The effective outbound IP resources of the cluster NAT gateway. |
| idle |
Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120 (inclusive). The default value is 4 minutes. |
| managed |
Profile of the managed outbound IP resources of the cluster NAT gateway. |
| outbound |
Desired outbound IP Prefix resources for the managed NAT Gateway. Only compatible with NAT Gateway V2. |
| outbound |
Desired outbound IP resources for the managed NAT Gateway. |
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[] }