Show / Hide Table of Contents

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 Source

EffectiveOutboundIps

The outcome (resource IDs) of the specified arguments.

Declaration
public readonly ImmutableArray<string> EffectiveOutboundIps
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.