Resource: InterceptEndpointGroupAssociation
Message describing InterceptEndpointGroupAssociation object
JSON representation |
---|
{ "name": string, "createTime": string, "updateTime": string, "labels": { string: string, ... }, "interceptEndpointGroup": string, "network": string, "locationsDetails": [ { object ( |
Fields | |
---|---|
name |
Immutable. Identifier. The name of the InterceptEndpointGroupAssociation. |
create |
Output only. [Output only] Create time stamp A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
update |
Output only. [Output only] Update time stamp A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
labels |
Optional. Labels as key value pairs An object containing a list of |
intercept |
Required. Immutable. The Intercept Endpoint Group that this resource is connected to. Format is: |
network |
Required. Immutable. The VPC network associated. Format: projects/{project}/global/networks/{network}. |
locations |
Output only. The list of locations that this association is in and its details. |
state |
Output only. Current state of the endpoint group association. |
reconciling |
Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128. |
LocationDetails
Details about the association status in a specific cloud location.
JSON representation |
---|
{
"location": string,
"state": enum ( |
Fields | |
---|---|
location |
Output only. The cloud location. |
state |
Output only. The association state in this location. |
State
The association state in this location.
Enums | |
---|---|
STATE_UNSPECIFIED |
Not set. |
ACTIVE |
Ready. |
OUT_OF_SYNC |
The data plane is out of sync with the association in this location. |
Methods |
|
---|---|
|
Creates a new InterceptEndpointGroupAssociation in a given project and location. |
|
Deletes a single InterceptEndpointGroupAssociation. |
|
Gets details of a single InterceptEndpointGroupAssociation. |
|
Lists InterceptEndpointGroupAssociations in a given project and location. |
|
Updates a single InterceptEndpointGroupAssociation. |