Show / Hide Table of Contents

Class KubernetesClusterNetworkProfileLoadBalancerProfileArgs

Inheritance
System.Object
InputArgs
ResourceArgs
KubernetesClusterNetworkProfileLoadBalancerProfileArgs
Inherited Members
ResourceArgs.Empty
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 Source

KubernetesClusterNetworkProfileLoadBalancerProfileArgs()

Declaration
public KubernetesClusterNetworkProfileLoadBalancerProfileArgs()

Properties

View Source

EffectiveOutboundIps

The outcome (resource IDs) of the specified arguments.

Declaration
public InputList<string> EffectiveOutboundIps { get; set; }
Property Value
Type Description
InputList<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 Input<int> ManagedOutboundIpCount { get; set; }
Property Value
Type Description
Input<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 InputList<string> OutboundIpAddressIds { get; set; }
Property Value
Type Description
InputList<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 InputList<string> OutboundIpPrefixIds { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.