Index
ConfigData(message)LocationMetadata(message)OperationMetadata(message)OperationMetadata.StatusReason(enum)Quota(message)ZoneMetadata(message)ZoneMetadata.RackType(enum)
ConfigData
Config data holds all the config related data for the zone.
| Fields | |
|---|---|
available_external_lb_pools_ipv4[] |
list of available v4 ip pools for external loadbalancer |
available_external_lb_pools_ipv6[] |
list of available v6 ip pools for external loadbalancer |
LocationMetadata
Metadata for a given google.cloud.location.Location.
| Fields | |
|---|---|
available_zones |
The set of available Google Distributed Cloud Edge zones in the location. The map is keyed by the lowercase ID of each zone. |
OperationMetadata
Long-running operation metadata for Edge Container API methods.
| Fields | |
|---|---|
create_time |
The time the operation was created. |
end_time |
The time the operation finished running. |
target |
Server-defined resource path for the target of the operation. |
verb |
The verb executed by the operation. |
status_message |
Human-readable status of the operation, if any. |
requested_cancellation |
Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have [Operation.error][] value with a |
api_version |
API version used to start the operation. |
warnings[] |
Warnings that do not block the operation, but still hold relevant information for the end user to receive. |
status_reason |
Machine-readable status of the operation, if any. |
public_error |
A public-facing error representation, intended for client consumption. This field is populated from the operation's error, and is especially useful for providing richer error details to clients when the canonical error code is |
StatusReason
Indicates the reason for the status of the operation.
| Enums | |
|---|---|
STATUS_REASON_UNSPECIFIED |
Reason unknown. |
UPGRADE_PAUSED |
The cluster upgrade is currently paused. |
RETRYABLE_ERROR |
The request has errored, but the error is retryable. |
Quota
Represents quota for Edge Container resources.
| Fields | |
|---|---|
metric |
Name of the quota metric. |
limit |
Quota limit for this metric. |
usage |
Current usage of this metric. |
ZoneMetadata
A Google Distributed Cloud Edge zone where edge machines are located.
| Fields | |
|---|---|
quota[] |
Quota for resources in this zone. |
rack_types |
The map keyed by rack name and has value of RackType. |
config_data |
Config data for the zone. |
RackType
Type of the rack.
| Enums | |
|---|---|
RACK_TYPE_UNSPECIFIED |
Unspecified rack type, single rack also belongs to this type. |
BASE |
Base rack type, a pair of two modified Config-1 racks containing Aggregation switches. |
EXPANSION |
Expansion rack type, also known as standalone racks, added by customers on demand. |