Class KubernetesClusterNetworkProfileLoadBalancerProfile
Inheritance
System.Object
KubernetesClusterNetworkProfileLoadBalancerProfile
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.ContainerService.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class KubernetesClusterNetworkProfileLoadBalancerProfile
Fields
View SourceEffectiveOutboundIps
The outcome (resource IDs) of the specified arguments.
Declaration
public readonly ImmutableArray<string> EffectiveOutboundIps
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
ManagedOutboundIpCount
Count of desired managed outbound IPs for the cluster load balancer. Must be in the range of [1, 100].
Declaration
public readonly int? ManagedOutboundIpCount
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
OutboundIpAddressIds
The ID of the Public IP Addresses which should be used for outbound communication for the cluster load balancer.
Declaration
public readonly ImmutableArray<string> OutboundIpAddressIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
OutboundIpPrefixIds
The ID of the outbound Public IP Address Prefixes which should be used for the cluster load balancer.
Declaration
public readonly ImmutableArray<string> OutboundIpPrefixIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |