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_ |
list of available v4 ip pools for external loadbalancer |
available_ |
list of available v6 ip pools for external loadbalancer |
LocationMetadata
Metadata for a given google.cloud.location.Location
.
Fields | |
---|---|
available_ |
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_ |
The time the operation was created. |
end_ |
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_ |
Human-readable status of the operation, if any. |
requested_ |
Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have [Operation.error][] value with a |
api_ |
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_ |
Machine-readable status of the operation, if any. |
StatusReason
Indicates the reason for the status of the operation.
Enums | |
---|---|
STATUS_REASON_UNSPECIFIED |
Reason unknown. |
UPGRADE_PAUSED |
The cluster upgrade is currently paused. |
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_ |
The map keyed by rack name and has value of RackType. |
config_ |
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. |