Index
EdgeContainer
(interface)Authorization
(message)ChannelConfig
(message)Cluster
(message)Cluster.ConnectionState
(message)Cluster.ConnectionState.State
(enum)Cluster.ControlPlane
(message)Cluster.ControlPlane.Local
(message)Cluster.ControlPlane.Remote
(message)Cluster.ControlPlane.SharedDeploymentPolicy
(enum)Cluster.ControlPlaneEncryption
(message)Cluster.MaintenanceEvent
(message)Cluster.MaintenanceEvent.Schedule
(enum)Cluster.MaintenanceEvent.State
(enum)Cluster.MaintenanceEvent.Type
(enum)Cluster.ReleaseChannel
(enum)Cluster.Status
(enum)Cluster.SurvivabilityConfig
(message)Cluster.SystemAddonsConfig
(message)Cluster.SystemAddonsConfig.Ingress
(message)Cluster.SystemAddonsConfig.VMServiceConfig
(message)ClusterNetworking
(message)ClusterUser
(message)ConfigData
(message)CreateClusterRequest
(message)CreateNodePoolRequest
(message)CreateVpnConnectionRequest
(message)DeleteClusterRequest
(message)DeleteNodePoolRequest
(message)DeleteVpnConnectionRequest
(message)Fleet
(message)GenerateAccessTokenRequest
(message)GenerateAccessTokenResponse
(message)GenerateOfflineCredentialRequest
(message)GenerateOfflineCredentialResponse
(message)GetClusterRequest
(message)GetMachineRequest
(message)GetNodePoolRequest
(message)GetServerConfigRequest
(message)GetVpnConnectionRequest
(message)KmsKeyState
(enum)ListClustersRequest
(message)ListClustersResponse
(message)ListMachinesRequest
(message)ListMachinesResponse
(message)ListNodePoolsRequest
(message)ListNodePoolsResponse
(message)ListVpnConnectionsRequest
(message)ListVpnConnectionsResponse
(message)LocationMetadata
(message)Machine
(message)MaintenanceExclusionWindow
(message)MaintenancePolicy
(message)MaintenanceWindow
(message)NodePool
(message)NodePool.LocalDiskEncryption
(message)NodePool.NodeConfig
(message)OperationMetadata
(message)OperationMetadata.StatusReason
(enum)Quota
(message)RecurringTimeWindow
(message)ResourceState
(enum)ServerConfig
(message)TimeWindow
(message)UpdateClusterRequest
(message)UpdateNodePoolRequest
(message)UpgradeClusterRequest
(message)UpgradeClusterRequest.Schedule
(enum)Version
(message)VpnConnection
(message)VpnConnection.BgpRoutingMode
(enum)VpnConnection.Details
(message)VpnConnection.Details.CloudRouter
(message)VpnConnection.Details.CloudVpn
(message)VpnConnection.Details.State
(enum)VpnConnection.VpcProject
(message)ZoneMetadata
(message)ZoneMetadata.RackType
(enum)
EdgeContainer
EdgeContainer API provides management of Kubernetes Clusters on Google Edge Cloud deployments.
CreateCluster |
---|
Creates a new Cluster in a given project and location.
|
CreateNodePool |
---|
Creates a new NodePool in a given project and location.
|
CreateVpnConnection |
---|
Creates a new VPN connection in a given project and location.
|
DeleteCluster |
---|
Deletes a single Cluster.
|
DeleteNodePool |
---|
Deletes a single NodePool.
|
DeleteVpnConnection |
---|
Deletes a single VPN connection.
|
GenerateAccessToken |
---|
Generates an access token for a Cluster.
|
GenerateOfflineCredential |
---|
Generates an offline credential for a Cluster.
|
GetCluster |
---|
Gets details of a single Cluster.
|
GetMachine |
---|
Gets details of a single Machine.
|
GetNodePool |
---|
Gets details of a single NodePool.
|
GetServerConfig |
---|
Gets the server config.
|
GetVpnConnection |
---|
Gets details of a single VPN connection.
|
ListClusters |
---|
Lists Clusters in a given project and location.
|
ListMachines |
---|
Lists Machines in a given project and location.
|
ListNodePools |
---|
Lists NodePools in a given project and location.
|
ListVpnConnections |
---|
Lists VPN connections in a given project and location.
|
UpdateCluster |
---|
Updates the parameters of a single Cluster.
|
UpdateNodePool |
---|
Updates the parameters of a single NodePool.
|
UpgradeCluster |
---|
Upgrades a single cluster.
|
Authorization
RBAC policy that will be applied and managed by GEC.
Fields | |
---|---|
admin_ |
Required. User that will be granted the cluster-admin role on the cluster, providing full access to the cluster. Currently, this is a singular field, but will be expanded to allow multiple admins in the future. |
ChannelConfig
Configuration for a release channel.
Fields | |
---|---|
default_ |
Output only. Default version for this release channel, e.g.: "1.4.0". |
Cluster
A Google Distributed Cloud Edge Kubernetes cluster.
Fields | |
---|---|
name |
Required. The resource name of the cluster. |
create_ |
Output only. The time when the cluster was created. |
update_ |
Output only. The time when the cluster was last updated. |
labels |
Labels associated with this resource. |
fleet |
Required. Fleet configuration. |
networking |
Required. Cluster-wide networking configuration. |
authorization |
Required. Immutable. RBAC policy that will be applied and managed by GEC. |
default_ |
Optional. The default maximum number of pods per node used if a maximum value is not specified explicitly for a node pool in this cluster. If unspecified, the Kubernetes default value will be used. |
endpoint |
Output only. The IP address of the Kubernetes API server. |
port |
Output only. The port number of the Kubernetes API server. |
cluster_ |
Output only. The PEM-encoded public certificate of the cluster's CA. |
maintenance_ |
Optional. Cluster-wide maintenance policy configuration. |
control_ |
Output only. The control plane release version |
node_ |
Output only. The lowest release version among all worker nodes. This field can be empty if the cluster does not have any worker nodes. |
control_ |
Optional. The configuration of the cluster control plane. |
system_ |
Optional. The configuration of the system add-ons. |
external_ |
Optional. IPv4 address pools for cluster data plane external load balancing. |
control_ |
Optional. Remote control plane disk encryption options. This field is only used when enabling CMEK support. |
status |
Output only. The current status of the cluster. |
maintenance_ |
Output only. All the maintenance events scheduled for the cluster, including the ones ongoing, planned for the future and done in the past (up to 90 days). |
target_ |
Optional. The target cluster version. For example: "1.5.0". |
release_ |
Optional. The release channel a cluster is subscribed to. |
survivability_ |
Optional. Configuration of the cluster survivability, e.g., for the case when network connectivity is lost. Note: This only applies to local control plane clusters. |
external_ |
Optional. IPv6 address pools for cluster data plane external load balancing. |
connection_ |
Output only. The current connection state of the cluster. |
ConnectionState
ConnectionState holds the current connection state from the cluster to Google.
Fields | |
---|---|
state |
Output only. The current connection state. |
update_ |
Output only. The time when the connection state was last changed. |
State
The connection state.
Enums | |
---|---|
STATE_UNSPECIFIED |
Unknown connection state. |
DISCONNECTED |
This cluster is currently disconnected from Google. |
CONNECTED |
This cluster is currently connected to Google. |
CONNECTED_AND_SYNCING |
This cluster is currently connected to Google, but may have recently reconnected after a disconnection. It is still syncing back. |
ControlPlane
Configuration of the cluster control plane.
Fields | |
---|---|
Union field
|
|
remote |
Remote control plane configuration. |
local |
Local control plane configuration. Warning: Local control plane clusters must be created in their own project. Local control plane clusters cannot coexist in the same project with any other type of clusters, including non-GDCE clusters. Mixing local control plane GDCE clusters with any other type of clusters in the same project can result in data loss. |
Local
Configuration specific to clusters with a control plane hosted locally.
Warning: Local control plane clusters must be created in their own project. Local control plane clusters cannot coexist in the same project with any other type of clusters, including non-GDCE clusters. Mixing local control plane GDCE clusters with any other type of clusters in the same project can result in data loss.
Fields | |
---|---|
node_ |
Name of the Google Distributed Cloud Edge zones where this node pool will be created. For example: |
node_ |
The number of nodes to serve as replicas of the Control Plane. |
machine_ |
Only machines matching this filter will be allowed to host control plane nodes. The filtering language accepts strings like "name= |
shared_ |
Policy configuration about how user applications are deployed. |
control_ |
Optional. Name for the storage schema of control plane nodes. Warning: Configurable node local storage schema feature is an experimental feature, and is not recommended for general use in production clusters/nodepools. |
Remote
This type has no fields.
Configuration specific to clusters with a control plane hosted remotely.
ControlPlaneEncryption
Configuration for Customer-managed KMS key support for control plane nodes.
Fields | |
---|---|
kms_ |
Optional. The Cloud KMS CryptoKey e.g. projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{cryptoKey} to use for protecting control plane disks. If not specified, a Google-managed key will be used instead. |
kms_ |
Output only. The Cloud KMS CryptoKeyVersion currently in use for protecting control plane disks. Only applicable if kms_key is set. |
kms_ |
Output only. Availability of the Cloud KMS CryptoKey. If not |
kms_ |
Output only. Error status returned by Cloud KMS when using this key. This field may be populated only if |
resource_ |
Output only. The current resource state associated with the cmek. |
MaintenanceEvent
A Maintenance Event is an operation that could cause temporary disruptions to the cluster workloads, including Google-driven or user-initiated cluster upgrades, user-initiated cluster configuration changes that require restarting nodes, etc.
Fields | |
---|---|
uuid |
Output only. UUID of the maintenance event. |
target_ |
Output only. The target version of the cluster. |
operation |
Output only. The operation for running the maintenance event. Specified in the format projects/*/locations/*/operations/*. If the maintenance event is split into multiple operations (e.g. due to maintenance windows), the latest one is recorded. |
type |
Output only. The type of the maintenance event. |
schedule |
Output only. The schedule of the maintenance event. |
state |
Output only. The state of the maintenance event. |
create_ |
Output only. The time when the maintenance event request was created. |
start_ |
Output only. The time when the maintenance event started. |
end_ |
Output only. The time when the maintenance event ended, either successfully or not. If the maintenance event is split into multiple maintenance windows, end_time is only updated when the whole flow ends. |
update_ |
Output only. The time when the maintenance event message was updated. |
Schedule
Indicates when the maintenance event should be performed.
Enums | |
---|---|
SCHEDULE_UNSPECIFIED |
Unspecified. |
IMMEDIATELY |
Immediately after receiving the request. |
State
Indicates the maintenance event state.
Enums | |
---|---|
STATE_UNSPECIFIED |
Unspecified. |
RECONCILING |
The maintenance event is ongoing. The cluster might be unusable. |
SUCCEEDED |
The maintenance event succeeded. |
FAILED |
The maintenance event failed. |
Type
Indicates the maintenance event type.
Enums | |
---|---|
TYPE_UNSPECIFIED |
Unspecified. |
USER_INITIATED_UPGRADE |
Upgrade initiated by users. |
GOOGLE_DRIVEN_UPGRADE |
Upgrade driven by Google. |
ReleaseChannel
The release channel a cluster is subscribed to.
Enums | |
---|---|
RELEASE_CHANNEL_UNSPECIFIED |
Unspecified release channel. This will default to the REGULAR channel. |
NONE |
No release channel. |
REGULAR |
Regular release channel. |
Status
Indicates the status of the cluster.
Enums | |
---|---|
STATUS_UNSPECIFIED |
Status unknown. |
PROVISIONING |
The cluster is being created. |
RUNNING |
The cluster is created and fully usable. |
DELETING |
The cluster is being deleted. |
ERROR |
The status indicates that some errors occurred while reconciling/deleting the cluster. |
RECONCILING |
The cluster is undergoing some work such as version upgrades, etc. |
SurvivabilityConfig
Configuration of the cluster survivability, e.g., for the case when network connectivity is lost.
Fields | |
---|---|
offline_ |
Optional. Time period that allows the cluster nodes to be rebooted and become functional without network connectivity to Google. The default 0 means not allowed. The maximum is 7 days. |
SystemAddonsConfig
Config that customers are allowed to define for GDCE system add-ons.
Fields | |
---|---|
ingress |
Optional. Config for Ingress. |
vm_ |
Optional. Config for VM Service. |
Ingress
Config for the Ingress add-on which allows customers to create an Ingress object to manage external access to the servers in a cluster. The add-on consists of istiod and istio-ingress.
Fields | |
---|---|
disabled |
Optional. Whether Ingress is disabled. |
ipv4_ |
Optional. Ingress VIP. |
VMServiceConfig
VMServiceConfig defines the configuration for GDCE VM Service.
Fields | |
---|---|
vmm_ |
Optional. Whether VMM is enabled. |
ClusterNetworking
Cluster-wide networking configuration.
Fields | |
---|---|
cluster_ |
Required. All pods in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation. |
services_ |
Required. All services in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation. |
ClusterUser
A user principal for an RBAC policy.
Fields | |
---|---|
username |
Required. An active Google username. |
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 |
CreateClusterRequest
Creates a cluster.
Fields | |
---|---|
parent |
Required. The parent location where this cluster will be created. Authorization requires the following IAM permission on the specified resource
|
cluster_ |
Required. A client-specified unique identifier for the cluster. |
cluster |
Required. The cluster to create. |
request_ |
A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if |
CreateNodePoolRequest
Creates a node pool.
Fields | |
---|---|
parent |
Required. The parent cluster where this node pool will be created. Authorization requires the following IAM permission on the specified resource
|
node_ |
Required. A client-specified unique identifier for the node pool. |
node_ |
Required. The node pool to create. |
request_ |
A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if |
CreateVpnConnectionRequest
Creates a VPN connection.
Fields | |
---|---|
parent |
Required. The parent location where this vpn connection will be created. Authorization requires the following IAM permission on the specified resource
|
vpn_ |
Required. The VPN connection identifier. |
vpn_ |
Required. The VPN connection to create. |
request_ |
A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if |
DeleteClusterRequest
Deletes a cluster.
Fields | |
---|---|
name |
Required. The resource name of the cluster. Authorization requires the following IAM permission on the specified resource
|
request_ |
A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if |
DeleteNodePoolRequest
Deletes a node pool.
Fields | |
---|---|
name |
Required. The resource name of the node pool. Authorization requires the following IAM permission on the specified resource
|
request_ |
A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if |
DeleteVpnConnectionRequest
Deletes a vpn connection.
Fields | |
---|---|
name |
Required. The resource name of the vpn connection. Authorization requires the following IAM permission on the specified resource
|
request_ |
A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if |
Fleet
Fleet related configuration.
Fleets are a Google Cloud concept for logically organizing clusters, letting you use and manage multi-cluster capabilities and apply consistent policies across your systems.
Fields | |
---|---|
project |
Required. The name of the Fleet host project where this cluster will be registered. Project names are formatted as |
membership |
Output only. The name of the managed Hub Membership resource associated to this cluster. Membership names are formatted as |
GenerateAccessTokenRequest
Generates an access token for a cluster.
Fields | |
---|---|
cluster |
Required. The resource name of the cluster. Authorization requires the following IAM permission on the specified resource
|
GenerateAccessTokenResponse
An access token for a cluster.
Fields | |
---|---|
access_ |
Output only. Access token to authenticate to k8s api-server. |
expire_ |
Output only. Timestamp at which the token will expire. |
GenerateOfflineCredentialRequest
Generates an offline credential(offline) for a cluster.
Fields | |
---|---|
cluster |
Required. The resource name of the cluster. Authorization requires the following IAM permission on the specified resource
|
GenerateOfflineCredentialResponse
An offline credential for a cluster.
Fields | |
---|---|
client_ |
Output only. Client certificate to authenticate to k8s api-server. |
client_ |
Output only. Client private key to authenticate to k8s api-server. |
user_ |
Output only. Client's identity. |
expire_ |
Output only. Timestamp at which this credential will expire. |
GetClusterRequest
Gets a cluster.
Fields | |
---|---|
name |
Required. The resource name of the cluster. Authorization requires the following IAM permission on the specified resource
|
GetMachineRequest
Gets a machine.
Fields | |
---|---|
name |
Required. The resource name of the machine. Authorization requires the following IAM permission on the specified resource
|
GetNodePoolRequest
Gets a node pool.
Fields | |
---|---|
name |
Required. The resource name of the node pool. Authorization requires the following IAM permission on the specified resource
|
GetServerConfigRequest
Gets the server config.
Fields | |
---|---|
name |
Required. The name (project and location) of the server config to get, specified in the format Authorization requires the following IAM permission on the specified resource
|
GetVpnConnectionRequest
Gets a VPN connection.
Fields | |
---|---|
name |
Required. The resource name of the vpn connection. Authorization requires the following IAM permission on the specified resource
|
KmsKeyState
Represents the accessibility state of a customer-managed KMS key used for CMEK integration.
Enums | |
---|---|
KMS_KEY_STATE_UNSPECIFIED |
Unspecified. |
KMS_KEY_STATE_KEY_AVAILABLE |
The key is available for use, and dependent resources should be accessible. |
KMS_KEY_STATE_KEY_UNAVAILABLE |
The key is unavailable for an unspecified reason. Dependent resources may be inaccessible. |
ListClustersRequest
Lists clusters in a location.
Fields | |
---|---|
parent |
Required. The parent location, which owns this collection of clusters. Authorization requires the following IAM permission on the specified resource
|
page_ |
The maximum number of resources to list. |
page_ |
A page token received from previous list request. A page token received from previous list request. |
filter |
Only resources matching this filter will be listed. |
order_ |
Specifies the order in which resources will be listed. |
ListClustersResponse
List of clusters in a location.
Fields | |
---|---|
clusters[] |
Clusters in the location. |
next_ |
A token to retrieve next page of results. |
unreachable[] |
Locations that could not be reached. |
ListMachinesRequest
Lists machines in a site.
Fields | |
---|---|
parent |
Required. The parent site, which owns this collection of machines. Authorization requires the following IAM permission on the specified resource
|
page_ |
The maximum number of resources to list. |
page_ |
A page token received from previous list request. |
filter |
Only resources matching this filter will be listed. |
order_ |
Specifies the order in which resources will be listed. |
ListMachinesResponse
List of machines in a site.
Fields | |
---|---|
machines[] |
Machines in the site. |
next_ |
A token to retrieve next page of results. |
unreachable[] |
Locations that could not be reached. |
ListNodePoolsRequest
Lists node pools in a cluster.
Fields | |
---|---|
parent |
Required. The parent cluster, which owns this collection of node pools. Authorization requires the following IAM permission on the specified resource
|
page_ |
The maximum number of resources to list. |
page_ |
A page token received from previous list request. |
filter |
Only resources matching this filter will be listed. |
order_ |
Specifies the order in which resources will be listed. |
ListNodePoolsResponse
List of node pools in a cluster.
Fields | |
---|---|
node_ |
Node pools in the cluster. |
next_ |
A token to retrieve next page of results. |
unreachable[] |
Locations that could not be reached. |
ListVpnConnectionsRequest
Lists VPN connections.
Fields | |
---|---|
parent |
Required. The parent location, which owns this collection of VPN connections. Authorization requires the following IAM permission on the specified resource
|
page_ |
The maximum number of resources to list. |
page_ |
A page token received from previous list request. |
filter |
Only resources matching this filter will be listed. |
order_ |
Specifies the order in which resources will be listed. |
ListVpnConnectionsResponse
List of VPN connections in a location.
Fields | |
---|---|
vpn_ |
VpnConnections in the location. |
next_ |
A token to retrieve next page of results. |
unreachable[] |
Locations that could not be reached. |
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. |
Machine
A Google Distributed Cloud Edge machine capable of acting as a Kubernetes node.
Fields | |
---|---|
name |
Required. The resource name of the machine. |
create_ |
Output only. The time when the node pool was created. |
update_ |
Output only. The time when the node pool was last updated. |
labels |
Labels associated with this resource. |
hosted_ |
Canonical resource name of the node that this machine is responsible for hosting e.g. projects/{project}/locations/{location}/clusters/{cluster_id}/nodePools/{pool_id}/{node}, Or empty if the machine is not assigned to assume the role of a node. For control plane nodes hosted on edge machines, this will return the following format: "projects/{project}/locations/{location}/clusters/{cluster_id}/controlPlaneNodes/{node}". |
zone |
The Google Distributed Cloud Edge zone of this machine. |
version |
Output only. The software version of the machine. |
disabled |
Output only. Whether the machine is disabled. If disabled, the machine is unable to enter service. |
MaintenanceExclusionWindow
Represents a maintenance exclusion window.
Fields | |
---|---|
window |
Optional. The time window. |
id |
Optional. A unique (per cluster) id for the window. |
MaintenancePolicy
Maintenance policy configuration.
Fields | |
---|---|
window |
Specifies the maintenance window in which maintenance may be performed. |
maintenance_ |
Optional. Exclusions to automatic maintenance. Non-emergency maintenance should not occur in these windows. Each exclusion has a unique name and may be active or expired. The max number of maintenance exclusions allowed at a given time is 3. |
MaintenanceWindow
Maintenance window configuration
Fields | |
---|---|
recurring_ |
Configuration of a recurring maintenance window. |
NodePool
A set of Kubernetes nodes in a cluster with common configuration and specification.
Fields | |
---|---|
name |
Required. The resource name of the node pool. |
create_ |
Output only. The time when the node pool was created. |
update_ |
Output only. The time when the node pool was last updated. |
labels |
Labels associated with this resource. |
node_ |
Name of the Google Distributed Cloud Edge zone where this node pool will be created. For example: |
node_ |
Required. The number of nodes in the pool. |
machine_ |
Only machines matching this filter will be allowed to join the node pool. The filtering language accepts strings like "name= |
local_ |
Optional. Local disk encryption options. This field is only used when enabling CMEK support. |
node_ |
Output only. The lowest release version among all worker nodes. |
node_ |
Optional. Configuration for each node in the NodePool |
LocalDiskEncryption
Configuration for CMEK support for edge machine local disk encryption.
Fields | |
---|---|
kms_ |
Optional. The Cloud KMS CryptoKey e.g. projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{cryptoKey} to use for protecting node local disks. If not specified, a Google-managed key will be used instead. |
kms_ |
Output only. The Cloud KMS CryptoKeyVersion currently in use for protecting node local disks. Only applicable if kms_key is set. |
kms_ |
Output only. Availability of the Cloud KMS CryptoKey. If not |
kms_ |
Output only. Error status returned by Cloud KMS when using this key. This field may be populated only if |
resource_ |
Output only. The current resource state associated with the cmek. |
NodeConfig
Configuration for each node in the NodePool
Fields | |
---|---|
labels |
Optional. The Kubernetes node labels |
node_ |
Optional. Name for the storage schema of worker nodes. Warning: Configurable node local storage schema feature is an experimental feature, and is not recommended for general use in production clusters/nodepools. |
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. |
RecurringTimeWindow
Represents an arbitrary window of time that recurs.
Fields | |
---|---|
window |
The window of the first recurrence. |
recurrence |
An RRULE (https://tools.ietf.org/html/rfc5545#section-3.8.5.3) for how this window recurs. They go on for the span of time between the start and end time. |
ResourceState
Represents if the resource is in lock down state or pending.
Enums | |
---|---|
RESOURCE_STATE_UNSPECIFIED |
Default value. |
RESOURCE_STATE_LOCK_DOWN |
The resource is in LOCK DOWN state. |
RESOURCE_STATE_LOCK_DOWN_PENDING |
The resource is pending lock down. |
ServerConfig
Server configuration for supported versions and release channels.
Fields | |
---|---|
channels |
Output only. Mapping from release channel to channel config. |
versions[] |
Output only. Supported versions, e.g.: ["1.4.0", "1.5.0"]. |
default_ |
Output only. Default version, e.g.: "1.4.0". |
TimeWindow
Represents an arbitrary window of time.
Fields | |
---|---|
start_ |
The time that the window first starts. |
end_ |
The time that the window ends. The end time must take place after the start time. |
UpdateClusterRequest
Updates a cluster.
Fields | |
---|---|
update_ |
Field mask is used to specify the fields to be overwritten in the Cluster resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. |
cluster |
The updated cluster. Authorization requires the following IAM permission on the specified resource
|
request_ |
A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if |
UpdateNodePoolRequest
Updates a node pool.
Fields | |
---|---|
update_ |
Field mask is used to specify the fields to be overwritten in the NodePool resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. |
node_ |
The updated node pool. Authorization requires the following IAM permission on the specified resource
|
request_ |
A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if |
UpgradeClusterRequest
Upgrades a cluster.
Fields | |
---|---|
name |
Required. The resource name of the cluster. Authorization requires the following IAM permission on the specified resource
|
target_ |
Required. The version the cluster is going to be upgraded to. |
schedule |
The schedule for the upgrade. |
request_ |
A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if |
Schedule
Represents the schedule about when the cluster is going to be upgraded.
Enums | |
---|---|
SCHEDULE_UNSPECIFIED |
Unspecified. The default is to upgrade the cluster immediately which is the only option today. |
IMMEDIATELY |
The cluster is going to be upgraded immediately after receiving the request. |
Version
Version of a cluster.
Fields | |
---|---|
name |
Output only. Name of the version, e.g.: "1.4.0". |
VpnConnection
A VPN connection .
Fields | |
---|---|
name |
Required. The resource name of VPN connection |
create_ |
Output only. The time when the VPN connection was created. |
update_ |
Output only. The time when the VPN connection was last updated. |
labels |
Labels associated with this resource. |
nat_ |
NAT gateway IP, or WAN IP address. If a customer has multiple NAT IPs, the customer needs to configure NAT such that only one external IP maps to the GMEC Anthos cluster. This is empty if NAT is not used. |
bgp_routing_mode |
Dynamic routing mode of the VPC network, |
cluster |
The canonical Cluster name to connect to. It is in the form of projects/{project}/locations/{location}/clusters/{cluster}. |
vpc |
The network ID of VPC to connect to. |
vpc_ |
Optional. Project detail of the VPC network. Required if VPC is in a different project than the cluster project. |
enable_ |
Whether this VPN connection has HA enabled on cluster side. If enabled, when creating VPN connection we will attempt to use 2 ANG floating IPs. |
router |
Optional. The VPN connection Cloud Router name. |
details |
Output only. The created connection details. |
BgpRoutingMode
Routing mode.
Enums | |
---|---|
BGP_ROUTING_MODE_UNSPECIFIED |
Unknown. |
REGIONAL |
Regional mode. |
GLOBAL |
Global mode. |
Details
The created connection details.
Fields | |
---|---|
state |
The state of this connection. |
error |
The error message. This is only populated when state=ERROR. |
cloud_ |
The Cloud Router info. |
cloud_ |
Each connection has multiple Cloud VPN gateways. |
CloudRouter
The Cloud Router info.
Fields | |
---|---|
name |
The associated Cloud Router name. |
CloudVpn
The Cloud VPN info.
Fields | |
---|---|
gateway |
The created Cloud VPN gateway name. |
State
The current connection state.
Enums | |
---|---|
STATE_UNSPECIFIED |
Unknown. |
STATE_CONNECTED |
Connected. |
STATE_CONNECTING |
Still connecting. |
STATE_ERROR |
Error occurred. |
VpcProject
Project detail of the VPC network.
Fields | |
---|---|
project_ |
The project of the VPC to connect to. If not specified, it is the same as the cluster 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. |