Managed Cluster NATGateway Profile Response
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
fun ManagedClusterNATGatewayProfileResponse(effectiveOutboundIPs: List<ResourceReferenceResponse>? = null, idleTimeoutInMinutes: Int? = null, managedOutboundIPProfile: ManagedClusterManagedOutboundIPProfileResponse? = null)