toggle menu
pulumi-azure-kotlin
5.87.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.containerservice.kotlin.outputs
/
KubernetesClusterNetworkProfileLoadBalancerProfile
/
KubernetesClusterNetworkProfileLoadBalancerProfile
Kubernetes
Cluster
Network
Profile
Load
Balancer
Profile
constructor
(
effectiveOutboundIps
:
List
<
String
>
?
=
null
,
idleTimeoutInMinutes
:
Int
?
=
null
,
managedOutboundIpCount
:
Int
?
=
null
,
managedOutboundIpv6Count
:
Int
?
=
null
,
outboundIpAddressIds
:
List
<
String
>
?
=
null
,
outboundIpPrefixIds
:
List
<
String
>
?
=
null
,
outboundPortsAllocated
:
Int
?
=
null
)