Class Zone (0.1.1)

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

A zone holding a set of hardware.

Attributes

Name Description
name str
Identifier. Name of this zone. Format: projects/{project}/locations/{location}/zones/{zone}
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Time when this zone was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Time when this zone was last updated.
labels MutableMapping[str, str]
Optional. Labels associated with this zone as key value pairs. For more information about labels, see `Create and manage labels
display_name str
Optional. Human friendly display name of this zone.
state google.cloud.gdchardwaremanagement_v1alpha.types.Zone.State
Output only. Current state for this zone.
contacts MutableSequence[google.cloud.gdchardwaremanagement_v1alpha.types.Contact]
Required. The points of contact.
ciq_uri str
Output only. Link to the Customer Intake Questionnaire (CIQ) sheet for this zone.
network_config google.cloud.gdchardwaremanagement_v1alpha.types.ZoneNetworkConfig
Optional. Networking configuration for this zone.
globally_unique_id str
Output only. Globally unique identifier generated for this Edge Zone.

Classes

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, .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.

State

State(value)

Valid states for a zone.