GetVmwareNodePoolResult

data class GetVmwareNodePoolResult(val annotations: Map<String, String>, val config: VmwareNodeConfigResponse, val createTime: String, val deleteTime: String, val displayName: String, val etag: String, val name: String, val nodePoolAutoscaling: VmwareNodePoolAutoscalingConfigResponse, val onPremVersion: String, val reconciling: Boolean, val state: String, val status: ResourceStatusResponse, val uid: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetVmwareNodePoolResult(annotations: Map<String, String>, config: VmwareNodeConfigResponse, createTime: String, deleteTime: String, displayName: String, etag: String, name: String, nodePoolAutoscaling: VmwareNodePoolAutoscalingConfigResponse, onPremVersion: String, reconciling: Boolean, state: String, status: ResourceStatusResponse, uid: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

The node configuration of the node pool.

Link copied to clipboard

The time at which this node pool was created.

Link copied to clipboard

The time at which this node pool was deleted. If the resource is not deleted, this must be empty

Link copied to clipboard

The display name for the node pool.

Link copied to clipboard

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

Immutable. The resource name of this node pool.

Link copied to clipboard

Node pool autoscaling config for the node pool.

Link copied to clipboard

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

Link copied to clipboard

If set, there are currently changes in flight to the node pool.

Link copied to clipboard

The current state of the node pool.

Link copied to clipboard

ResourceStatus representing the detailed VMware node pool state.

Link copied to clipboard
val uid: String

The unique identifier of the node pool.

Link copied to clipboard

The time at which this node pool was last updated.