MirroringDeployment(mapping=None, *, ignore_unknown_fields=False, **kwargs)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.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Immutable. Identifier. The resource name of this deployment, for example: projects/123456789/locations/us-central1-a/mirroringDeployments/my-dep.
See https://google.aip.dev/122 for more details.
|
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps. |
labels |
MutableMapping[str, str]
Optional. Labels are key/value pairs that help to organize and filter resources. |
forwarding_rule |
str
Required. Immutable. The regional forwarding rule that fronts the mirroring collectors, for example: projects/123456789/regions/us-central1/forwardingRules/my-rule.
See https://google.aip.dev/124.
|
mirroring_deployment_group |
str
Required. Immutable. The deployment group that this deployment is a part of, for example: projects/123456789/locations/global/mirroringDeploymentGroups/my-dg.
See https://google.aip.dev/124.
|
state |
google.cloud.network_security_v1alpha1.types.MirroringDeployment.State
Output only. The current state of the deployment. See https://google.aip.dev/216. |
reconciling |
bool
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 |
str
Optional. User-provided description of the deployment. Used as additional context for the deployment. |
Classes
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)The abstract base class for a message.
| Parameters | |
|---|---|
| Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |
State
State(value)The current state of the deployment.