Resource: MirroringDeployment
A deployment represents a zonal mirroring backend ready to accept GENEVE-encapsulated replica traffic, e.g. a zonal instance group fronted by an internal passthrough load balancer. Deployments are always part of a global deployment group which represents a global mirroring service.
JSON representation |
---|
{
"name": string,
"createTime": string,
"updateTime": string,
"labels": {
string: string,
...
},
"forwardingRule": string,
"mirroringDeploymentGroup": string,
"state": enum ( |
Fields | |
---|---|
name |
Immutable. Identifier. The resource name of this deployment, for example: |
create |
Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
update |
Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
labels |
Optional. Labels are key/value pairs that help to organize and filter resources. An object containing a list of |
forwarding |
Required. Immutable. The regional forwarding rule that fronts the mirroring collectors, for example: |
mirroring |
Required. Immutable. The deployment group that this deployment is a part of, for example: |
state |
Output only. The current state of the deployment. See https://google.aip.dev/216. |
reconciling |
Output only. The current state of the resource does not match the user's intended state, and the system is working to reconcile them. This part of the normal operation (e.g. linking a new association to the parent group). See https://google.aip.dev/128. |
description |
Optional. User-provided description of the deployment. Used as additional context for the deployment. |
Methods |
|
---|---|
|
Creates a deployment in a given project and location. |
|
Deletes a deployment. |
|
Gets a specific deployment. |
|
Lists deployments in a given project and location. |
|
Updates a deployment. |