Index
ConfigData
(message)LocationMetadata
(message)OperationMetadata
(message)OperationMetadata.StatusReason
(enum)Quota
(message)ZonalService
(message)ZonalService.ServiceSelector
(enum)ZonalService.State
(enum)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. |
ZonalService
Service enabled on the project.
Fields | |
---|---|
name |
Identifier. The resource name of the service. |
service_ |
Required. The service to enable/disable. |
state |
Output only. The state of the service. |
create_ |
Output only. The time when the service was enabled. |
update_ |
Output only. The time when the service was last updated. |
labels |
Optional. Labels associated with this resource. |
Union field zone_or_cluster . The zone or cluster on which the service has to be enabled/disabled. zone_or_cluster can be only one of the following: |
|
zone |
The zone on which the service has to be enabled/disabled. |
cluster |
The fully qualified name of the cluster on which the service has to be enabled/disabled. |
ServiceSelector
Services that can be enabled/disabled.
Enums | |
---|---|
SERVICE_SELECTOR_UNSPECIFIED |
Unspecified. |
ALLOYDB |
AlloyDB service, alloydb.googleapis.com. |
VMM |
VMM service, gdcvmmanager.googleapis.com. |
State
The state of the service.
Enums | |
---|---|
STATE_UNSPECIFIED |
Unspecified. |
STATE_ENABLED |
The service is enabled on the project. |
STATE_DISABLED |
The service is disabled on the project. |
STATE_ENABLING |
The service is being enabled on the project. |
STATE_DISABLING |
The service is being disabled on the project. |
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. |