Class KubernetesClusterNetworkProfileLoadBalancerProfileArgs
Inheritance
System.Object
KubernetesClusterNetworkProfileLoadBalancerProfileArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class KubernetesClusterNetworkProfileLoadBalancerProfileArgs : ResourceArgs
Constructors
View SourceKubernetesClusterNetworkProfileLoadBalancerProfileArgs()
Declaration
public KubernetesClusterNetworkProfileLoadBalancerProfileArgs()
Properties
View SourceEffectiveOutboundIps
The outcome (resource IDs) of the specified arguments.
Declaration
public InputList<string> EffectiveOutboundIps { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
ManagedOutboundIpCount
Count of desired managed outbound IPs for the cluster load balancer. Must be in the range of [1, 100].
Declaration
public Input<int> ManagedOutboundIpCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
OutboundIpAddressIds
The ID of the Public IP Addresses which should be used for outbound communication for the cluster load balancer.
Declaration
public InputList<string> OutboundIpAddressIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
OutboundIpPrefixIds
The ID of the outbound Public IP Address Prefixes which should be used for the cluster load balancer.
Declaration
public InputList<string> OutboundIpPrefixIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |