GoogleApi.Workstations.V1.Model.WorkstationCluster (google_api_workstations v0.7.0)

View Source

A workstation cluster resource in the Cloud Workstations API. Defines a group of workstations in a particular region and the VPC network they're attached to.

Attributes

  • annotations (type: map(), default: nil) - Optional. Client-specified annotations.
  • conditions (type: list(GoogleApi.Workstations.V1.Model.Status.t), default: nil) - Output only. Status conditions describing the workstation cluster's current state.
  • controlPlaneIp (type: String.t, default: nil) - Output only. The private IP address of the control plane for this workstation 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.
  • createTime (type: DateTime.t, default: nil) - Output only. Time when this workstation cluster was created.
  • degraded (type: boolean(), default: nil) - Output only. Whether this workstation cluster is in degraded mode, in which case it may require user action to restore full functionality. The conditions field contains detailed information about the status of the cluster.
  • deleteTime (type: DateTime.t, default: nil) - Output only. Time when this workstation cluster was soft-deleted.
  • displayName (type: String.t, default: nil) - Optional. Human-readable name for this workstation cluster.
  • domainConfig (type: GoogleApi.Workstations.V1.Model.DomainConfig.t, default: nil) - Optional. Configuration options for a custom domain.
  • etag (type: String.t, default: nil) - Optional. 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.
  • labels (type: map(), default: nil) - Optional. Labels that are applied to the workstation cluster and that are also propagated to the underlying Compute Engine resources.
  • name (type: String.t, default: nil) - Identifier. Full name of this workstation cluster.
  • network (type: String.t, default: nil) - Immutable. Name of the Compute Engine network in which instances associated with this workstation cluster will be created.
  • privateClusterConfig (type: GoogleApi.Workstations.V1.Model.PrivateClusterConfig.t, default: nil) - Optional. Configuration for private workstation cluster.
  • reconciling (type: boolean(), default: nil) - Output only. Indicates whether this workstation cluster is currently being updated to match its intended state.
  • subnetwork (type: String.t, default: nil) - Immutable. Name of the Compute Engine subnetwork in which instances associated with this workstation cluster will be created. Must be part of the subnetwork specified for this workstation cluster.
  • tags (type: map(), default: nil) - Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: "123/environment": "production", "123/costCenter": "marketing"
  • uid (type: String.t, default: nil) - Output only. A system-assigned unique identifier for this workstation cluster.
  • updateTime (type: DateTime.t, default: nil) - Output only. Time when this workstation cluster was most recently updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Workstations.V1.Model.WorkstationCluster{
  annotations: map() | nil,
  conditions: [GoogleApi.Workstations.V1.Model.Status.t()] | nil,
  controlPlaneIp: String.t() | nil,
  createTime: DateTime.t() | nil,
  degraded: boolean() | nil,
  deleteTime: DateTime.t() | nil,
  displayName: String.t() | nil,
  domainConfig: GoogleApi.Workstations.V1.Model.DomainConfig.t() | nil,
  etag: String.t() | nil,
  labels: map() | nil,
  name: String.t() | nil,
  network: String.t() | nil,
  privateClusterConfig:
    GoogleApi.Workstations.V1.Model.PrivateClusterConfig.t() | nil,
  reconciling: boolean() | nil,
  subnetwork: String.t() | nil,
  tags: map() | nil,
  uid: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.