Show / Hide Table of Contents

Class GetKubernetesClusterAgentPoolProfileResult

Inheritance
System.Object
GetKubernetesClusterAgentPoolProfileResult
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 GetKubernetesClusterAgentPoolProfileResult

Fields

View Source

AvailabilityZones

The availability zones used for the nodes.

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

Count

The number of Agents (VM's) in the Pool.

Declaration
public readonly int Count
Field Value
Type Description
System.Int32
View Source

EnableAutoScaling

If the auto-scaler is enabled.

Declaration
public readonly bool EnableAutoScaling
Field Value
Type Description
System.Boolean
View Source

EnableNodePublicIp

Declaration
public readonly bool? EnableNodePublicIp
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

MaxCount

Maximum number of nodes for auto-scaling

Declaration
public readonly int MaxCount
Field Value
Type Description
System.Int32
View Source

MaxPods

The maximum number of pods that can run on each agent.

Declaration
public readonly int MaxPods
Field Value
Type Description
System.Int32
View Source

MinCount

Minimum number of nodes for auto-scaling

Declaration
public readonly int MinCount
Field Value
Type Description
System.Int32
View Source

Name

The name of the managed Kubernetes Cluster.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

NodeLabels

Declaration
public readonly ImmutableDictionary<string, string> NodeLabels
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

NodeTaints

The list of Kubernetes taints which are applied to nodes in the agent pool

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

OsDiskSizeGb

The size of the Agent VM's Operating System Disk in GB.

Declaration
public readonly int OsDiskSizeGb
Field Value
Type Description
System.Int32
View Source

OsType

The Operating System used for the Agents.

Declaration
public readonly string OsType
Field Value
Type Description
System.String
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public readonly ImmutableDictionary<string, string> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

Type

The type of identity used for the managed cluster.

Declaration
public readonly string Type
Field Value
Type Description
System.String
View Source

VmSize

The size of each VM in the Agent Pool (e.g. Standard_F1).

Declaration
public readonly string VmSize
Field Value
Type Description
System.String
View Source

VnetSubnetId

The ID of the Subnet where the Agents in the Pool are provisioned.

Declaration
public readonly string VnetSubnetId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.