Class WorkstationCluster (0.1.1)

WorkstationCluster(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A grouping of workstation configurations and the associated workstations in that region.

Attributes

NameDescription
name str
Full name of this resource.
display_name str
Human-readable name for this resource.
uid str
Output only. A system-assigned unique identified for this resource.
reconciling bool
Output only. Indicates whether this resource is currently being updated to match its intended state.
annotations MutableMapping[str, str]
Client-specified annotations.
labels MutableMapping[str, str]
Client-specified labels that are applied to the resource and that are also propagated to the underlying Compute Engine resources.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Time when this resource was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Time when this resource was most recently updated.
delete_time google.protobuf.timestamp_pb2.Timestamp
Output only. Time when this resource was soft-deleted.
etag str
Checksum computed by the server. May be sent on update and delete requests to ensure 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 cluster will be created.
subnetwork str
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.
private_cluster_config google.cloud.workstations_v1beta.types.WorkstationCluster.PrivateClusterConfig
Configuration for private cluster.
degraded bool
Output only. 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.
conditions MutableSequence[google.rpc.status_pb2.Status]
Output only. Status conditions describing the current resource state.

Classes

AnnotationsEntry

AnnotationsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

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 mapping is a mapping type or there are keyword parameters.

LabelsEntry

LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

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 mapping is a mapping type or there are keyword parameters.

PrivateClusterConfig

PrivateClusterConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration options for private clusters.