Zone(mapping=None, *, ignore_unknown_fields=False, **kwargs)A zone holding a set of hardware.
| Attributes | |
|---|---|
| Name | Description | 
| name | strIdentifier. Name of this zone. Format: projects/{project}/locations/{location}/zones/{zone} | 
| create_time | google.protobuf.timestamp_pb2.TimestampOutput only. Time when this zone was created. | 
| update_time | google.protobuf.timestamp_pb2.TimestampOutput 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 | strOptional. Human friendly display name of this zone. | 
| state | google.cloud.gdchardwaremanagement_v1alpha.types.Zone.StateOutput only. Current state for this zone. | 
| contacts | MutableSequence[google.cloud.gdchardwaremanagement_v1alpha.types.Contact]Required. The points of contact. | 
| ciq_uri | strOutput only. Link to the Customer Intake Questionnaire (CIQ) sheet for this zone. | 
| network_config | google.cloud.gdchardwaremanagement_v1alpha.types.ZoneNetworkConfigOptional. Networking configuration for this zone. | 
| globally_unique_id | strOutput only. Globally unique identifier generated for this Edge Zone. | 
| subscription_configs | MutableSequence[google.cloud.gdchardwaremanagement_v1alpha.types.SubscriptionConfig]Output only. Subscription configurations for this zone. | 
| provisioning_state | google.cloud.gdchardwaremanagement_v1alpha.types.Zone.ProvisioningStateOutput only. Provisioning state for configurations like MAC addresses. | 
Classes
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)The abstract base class for a message.
| Parameters | |
|---|---|
| Name | Description | 
| kwargs | dictKeys 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  | 
ProvisioningState
ProvisioningState(value)Valid provisioning states for configurations like MAC addresses.
State
State(value)Valid states for a zone.