VmwareNodePoolArgs

data class VmwareNodePoolArgs(val annotations: Output<Map<String, String>>? = null, val config: Output<VmwareNodeConfigArgs>? = null, val displayName: Output<String>? = null, val etag: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val nodePoolAutoscaling: Output<VmwareNodePoolAutoscalingConfigArgs>? = null, val onPremVersion: Output<String>? = null, val project: Output<String>? = null, val vmwareClusterId: Output<String>? = null, val vmwareNodePoolId: Output<String>? = null) : ConvertibleToJava<VmwareNodePoolArgs>

Creates a new VMware node pool in a given project, location and VMWare cluster.

Constructors

Link copied to clipboard
fun VmwareNodePoolArgs(annotations: Output<Map<String, String>>? = null, config: Output<VmwareNodeConfigArgs>? = null, displayName: Output<String>? = null, etag: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, nodePoolAutoscaling: Output<VmwareNodePoolAutoscalingConfigArgs>? = null, onPremVersion: Output<String>? = null, project: Output<String>? = null, vmwareClusterId: Output<String>? = null, vmwareNodePoolId: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val annotations: Output<Map<String, String>>? = null

Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.

Link copied to clipboard
val config: Output<VmwareNodeConfigArgs>? = null

The node configuration of the node pool.

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

The display name for the node pool.

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

This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. Allows clients to perform consistent read-modify-writes through optimistic concurrency control.

Link copied to clipboard
val location: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null

Immutable. The resource name of this node pool.

Link copied to clipboard

Node pool autoscaling config for the node pool.

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

Anthos version for the node pool. Defaults to the user cluster version.

Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard
val vmwareClusterId: Output<String>? = null
Link copied to clipboard
val vmwareNodePoolId: Output<String>? = null

The ID to use for the node pool, which will become the final component of the node pool's resource name. This value must be up to 40 characters and follow RFC-1123 (https://tools.ietf.org/html/rfc1123) format. The value must not be permitted to be a UUID (or UUID-like: anything matching /^0-9a-f{8}(-0-9a-f{4}){3}-0-9a-f{12}$/i).