InitialAgentPoolConfigurationArgs

data class InitialAgentPoolConfigurationArgs(val administratorConfiguration: Output<AdministratorConfigurationArgs>? = null, val agentOptions: Output<AgentOptionsArgs>? = null, val attachedNetworkConfiguration: Output<AttachedNetworkConfigurationArgs>? = null, val availabilityZones: Output<List<String>>? = null, val count: Output<Double>, val labels: Output<List<KubernetesLabelArgs>>? = null, val mode: Output<Either<String, AgentPoolMode>>, val name: Output<String>, val taints: Output<List<KubernetesLabelArgs>>? = null, val upgradeSettings: Output<AgentPoolUpgradeSettingsArgs>? = null, val vmSkuName: Output<String>) : ConvertibleToJava<InitialAgentPoolConfigurationArgs>

Constructors

Link copied to clipboard
constructor(administratorConfiguration: Output<AdministratorConfigurationArgs>? = null, agentOptions: Output<AgentOptionsArgs>? = null, attachedNetworkConfiguration: Output<AttachedNetworkConfigurationArgs>? = null, availabilityZones: Output<List<String>>? = null, count: Output<Double>, labels: Output<List<KubernetesLabelArgs>>? = null, mode: Output<Either<String, AgentPoolMode>>, name: Output<String>, taints: Output<List<KubernetesLabelArgs>>? = null, upgradeSettings: Output<AgentPoolUpgradeSettingsArgs>? = null, vmSkuName: Output<String>)

Properties

Link copied to clipboard

The administrator credentials to be used for the nodes in this agent pool.

Link copied to clipboard
val agentOptions: Output<AgentOptionsArgs>? = null

The configurations that will be applied to each agent in this agent pool.

Link copied to clipboard

The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.

Link copied to clipboard
val availabilityZones: Output<List<String>>? = null

The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used.

Link copied to clipboard
val count: Output<Double>

The number of virtual machines that use this configuration.

Link copied to clipboard
val labels: Output<List<KubernetesLabelArgs>>? = null

The labels applied to the nodes in this agent pool.

Link copied to clipboard
val mode: Output<Either<String, AgentPoolMode>>

The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.

Link copied to clipboard
val name: Output<String>

The name that will be used for the agent pool resource representing this agent pool.

Link copied to clipboard
val taints: Output<List<KubernetesLabelArgs>>? = null

The taints applied to the nodes in this agent pool.

Link copied to clipboard

The configuration of the agent pool.

Link copied to clipboard
val vmSkuName: Output<String>

The name of the VM SKU that determines the size of resources allocated for node VMs.

Functions

Link copied to clipboard
open override fun toJava(): InitialAgentPoolConfigurationArgs