Resource: MirroringDeploymentGroup
Message describing MirroringDeploymentGroup object
JSON representation |
---|
{ "name": string, "createTime": string, "updateTime": string, "labels": { string: string, ... }, "network": string, "connectedEndpointGroups": [ { object ( |
Fields | |
---|---|
name |
Immutable. Identifier. Then name of the MirroringDeploymentGroup. |
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 |
network |
Required. Immutable. The network that is being used for the deployment. Format is: projects/{project}/global/networks/{network}. |
connectedEndpointGroups[] |
Output only. The list of Mirroring Endpoint Groups that are connected to this resource. |
state |
Output only. Current state of the deployment group. |
reconciling |
Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128. |
ConnectedEndpointGroup
An endpoint group connected to this deployment group.
JSON representation |
---|
{ "name": string } |
Fields | |
---|---|
name |
Output only. A connected mirroring endpoint group. |
State
Deployment group state.
Enums | |
---|---|
STATE_UNSPECIFIED |
Not set. |
ACTIVE |
Ready. |
CREATING |
Being created. |
DELETING |
Being deleted. |
Methods |
|
---|---|
|
Creates a new MirroringDeploymentGroup in a given project and location. |
|
Deletes a single MirroringDeploymentGroup. |
|
Gets details of a single MirroringDeploymentGroup. |
|
Lists MirroringDeploymentGroups in a given project and location. |
|
Updates a single MirroringDeploymentGroup. |