WorkstationCluster(mapping=None, *, ignore_unknown_fields=False, **kwargs)
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 |
|
---|---|
Name | Description |
name |
str
Full name of this workstation cluster. |
display_name |
str
Optional. Human-readable name for this workstation cluster. |
uid |
str
Output only. A system-assigned unique identifier for this workstation cluster. |
reconciling |
bool
Output only. Indicates whether this workstation cluster is currently being updated to match its intended state. |
annotations |
MutableMapping[str, str]
Optional. Client-specified annotations. |
labels |
MutableMapping[str, str]
Optional. Labels __
that are applied to the workstation cluster and that are
also propagated to the underlying Compute Engine resources.
|
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Time when this workstation cluster was created. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Time when this workstation cluster was most recently updated. |
delete_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Time when this workstation cluster was soft-deleted. |
etag |
str
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. |
network |
str
Immutable. Name of the Compute Engine network in which instances associated with this workstation cluster will be created. |
subnetwork |
str
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. |
control_plane_ip |
str
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. |
private_cluster_config |
google.cloud.workstations_v1beta.types.WorkstationCluster.PrivateClusterConfig
Optional. Configuration for private workstation cluster. |
degraded |
bool
Output only. Whether this workstation cluster is in degraded mode, in which case it may require user action to restore full functionality. Details can be found in conditions. |
conditions |
MutableSequence[google.rpc.status_pb2.Status]
Output only. Status conditions describing the workstation cluster's current state. |
Classes
AnnotationsEntry
AnnotationsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |
PrivateClusterConfig
PrivateClusterConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Configuration options for private workstation clusters.