Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
BackendServiceHAPolicyLeader |
BackendServiceHAPolicyLeader.clone() |
BackendServiceHAPolicyLeader |
BackendServiceHAPolicy.getLeader()
Selects one of the network endpoints attached to the backend NEGs of this service as the active
endpoint (the leader) that receives all traffic.
|
BackendServiceHAPolicyLeader |
BackendServiceHAPolicyLeader.set(String fieldName,
Object value) |
BackendServiceHAPolicyLeader |
BackendServiceHAPolicyLeader.setBackendGroup(String backendGroup)
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.
|
BackendServiceHAPolicyLeader |
BackendServiceHAPolicyLeader.setNetworkEndpoint(BackendServiceHAPolicyLeaderNetworkEndpoint networkEndpoint)
The network endpoint within the leader.backendGroup that is designated as the leader.
|
Modifier and Type | Method and Description |
---|---|
BackendServiceHAPolicy |
BackendServiceHAPolicy.setLeader(BackendServiceHAPolicyLeader leader)
Selects one of the network endpoints attached to the backend NEGs of this service as the active
endpoint (the leader) that receives all traffic.
|
Copyright © 2011–2025 Google. All rights reserved.