Resource: MirroringEndpointGroup
Message describing MirroringEndpointGroup object
JSON representation |
---|
{
"name": string,
"createTime": string,
"updateTime": string,
"labels": {
string: string,
...
},
"mirroringDeploymentGroup": string,
"state": enum ( |
Fields | |
---|---|
name |
Immutable. Identifier. The name of the MirroringEndpointGroup. |
createTime |
Output only. [Output only] Create time stamp A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
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 |
mirroringDeploymentGroup |
Required. Immutable. The Mirroring Deployment Group that this resource is connected to. Format is: |
state |
Output only. Current state of the endpoint group. |
reconciling |
Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128. |
State
Endpoint group state.
Enums | |
---|---|
STATE_UNSPECIFIED |
Not set. |
ACTIVE |
Ready. |
CLOSED |
The deployment group has been deleted and mirroring is disabled. |
CREATING |
Being created. |
DELETING |
Being deleted. |
OUT_OF_SYNC |
The underlying data plane is out of sync with the endpoint group. Some associations might not be usable. |
Methods |
|
---|---|
|
Creates a new MirroringEndpointGroup in a given project and location. |
|
Deletes a single MirroringEndpointGroup. |
|
Gets details of a single MirroringEndpointGroup. |
|
Lists MirroringEndpointGroups in a given project and location. |
|
Updates a single MirroringEndpointGroup. |