GetWorkstationResult

data class GetWorkstationResult(val annotations: Map<String, String>, val createTime: String, val deleteTime: String, val displayName: String, val env: Map<String, String>, val etag: String, val host: String, val labels: Map<String, String>, val name: String, val reconciling: Boolean, val state: String, val uid: String, val updateTime: String)

Constructors

Link copied to clipboard
constructor(annotations: Map<String, String>, createTime: String, deleteTime: String, displayName: String, env: Map<String, String>, etag: String, host: String, labels: Map<String, String>, name: String, reconciling: Boolean, state: String, uid: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Client-specified annotations.

Link copied to clipboard

Time when this resource was created.

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

Environment variables passed to the workstation container's entrypoint.

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

Host to which clients can send HTTPS traffic that will be received by the workstation. Authorized traffic will be received to the workstation as HTTP on port 80. To send traffic to a different port, clients may prefix the host with the destination port in the format {port}-{host}.

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

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

Link copied to clipboard

Current state of the workstation.

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.