GetWorkstationClusterResult

data class GetWorkstationClusterResult(val annotations: Map<String, String>, val conditions: List<StatusResponse>, val controlPlaneIp: String, val createTime: String, val degraded: Boolean, val deleteTime: String, val displayName: String, val etag: String, val labels: Map<String, String>, val name: String, val network: String, val privateClusterConfig: PrivateClusterConfigResponse, val reconciling: Boolean, val subnetwork: String, val uid: String, val updateTime: String)

Constructors

Link copied to clipboard
constructor(annotations: Map<String, String>, conditions: List<StatusResponse>, controlPlaneIp: String, createTime: String, degraded: Boolean, deleteTime: String, displayName: String, etag: String, labels: Map<String, String>, name: String, network: String, privateClusterConfig: PrivateClusterConfigResponse, reconciling: Boolean, subnetwork: String, uid: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Client-specified annotations.

Link copied to clipboard

Status conditions describing the current resource state.

Link copied to clipboard

The private IP address of the control plane for this cluster. Workstation VMs need access to this IP address to work with the service, so make sure that your firewall rules allow egress from the workstation VMs to this address.

Link copied to clipboard

Time when this resource was created.

Link copied to clipboard

Whether this resource is in degraded mode, in which case it may require user action to restore full functionality. Details can be found in the conditions field.

Link copied to clipboard

Time when this resource was soft-deleted.

Link copied to clipboard

Human-readable name for this resource.

Link copied to clipboard

Checksum computed by the server. May be sent on update and delete requests to make sure that the client has an up-to-date value before proceeding.

Link copied to clipboard

Client-specified labels that are applied to the resource and that are also propagated to the underlying Compute Engine resources.

Link copied to clipboard

Full name of this resource.

Link copied to clipboard

Immutable. Name of the Compute Engine network in which instances associated with this cluster will be created.

Link copied to clipboard

Configuration for private cluster.

Link copied to clipboard

Indicates whether this resource is currently being updated to match its intended state.

Link copied to clipboard

Immutable. Name of the Compute Engine subnetwork in which instances associated with this cluster will be created. Must be part of the subnetwork specified for this cluster.

Link copied to clipboard
val uid: String

A system-assigned unique identified for this resource.

Link copied to clipboard

Time when this resource was most recently updated.