Skip to content

Commit daf4a15

Browse files
committed
chore: sync fork
1 parent f2ec3ff commit daf4a15

3 files changed

Lines changed: 252 additions & 3054 deletions

File tree

src/apis/compute/beta.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2162,7 +2162,9 @@ export namespace compute_beta {
21622162
fastIPMove?: string | null;
21632163
/**
21642164
* Selects one of the network endpoints attached to the backend NEGs of this service as the active endpoint (the leader) that receives all traffic. When the leader changes, there is no connection draining to persist existing connections on the old leader. You are responsible for selecting a suitable endpoint as the leader. For example, preferring a healthy endpoint over unhealthy ones. Note that this service does not track backend endpoint health, and selects the configured leader unconditionally.
2165-
}
2165+
*/
2166+
leader?: Schema$BackendServiceHAPolicyLeader;
2167+
}
21662168
export interface Schema$BackendServiceHAPolicyLeader {
21672169
/**
21682170
* A fully-qualified URL (starting with https://www.googleapis.com/) of the zonal Network Endpoint Group (NEG) with `GCE_VM_IP` endpoints that the leader is attached to. The leader's backendGroup must already be specified as a backend of this backend service. Removing a backend that is designated as the leader's backendGroup is not permitted.

0 commit comments

Comments
 (0)