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. |
subscription_configs |
MutableSequence[google.cloud.gdchardwaremanagement_v1alpha.types.SubscriptionConfig]
Output only. Subscription configurations for this zone. |
provisioning_state |
google.cloud.gdchardwaremanagement_v1alpha.types.Zone.ProvisioningState
Output only. Provisioning state for configurations like MAC addresses. |
skip_cluster_provisioning |
bool
Optional. Whether to skip the cluster provisioning step during factory turnup. If true, indicates that the Kubernetes cluster will be created after the zone's hardware is installed at the customer site. |
cluster_intent_required |
bool
Output only. Indicates whether a valid cluster intent must be provided by the customer before accepting the order. If true, the order cannot be accepted until cluster intent is present. This is used to enforce early validation and prevent delays caused by missing configuration. |
cluster_intent_verified |
bool
Output only. Indicates whether the provided cluster intent has been successfully verified. This flag ensures cluster intent exists before order can be accepted. |
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,
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.