public sealed class MirroringDeployment : IMessage<MirroringDeployment>, IEquatable<MirroringDeployment>, IDeepCloneable<MirroringDeployment>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class 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.
Implements
IMessageMirroringDeployment, IEquatableMirroringDeployment, IDeepCloneableMirroringDeployment, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
MirroringDeployment()
public MirroringDeployment()MirroringDeployment(MirroringDeployment)
public MirroringDeployment(MirroringDeployment other)| Parameter | |
|---|---|
| Name | Description |
other |
MirroringDeployment |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Description
public string Description { get; set; }Optional. User-provided description of the deployment. Used as additional context for the deployment.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ForwardingRule
public string ForwardingRule { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ForwardingRuleAsForwardingRuleName
public ForwardingRuleName ForwardingRuleAsForwardingRuleName { get; set; }ForwardingRuleName-typed view over the ForwardingRule resource name property.
| Property Value | |
|---|---|
| Type | Description |
ForwardingRuleName |
|
Labels
public MapField<string, string> Labels { get; }Optional. Labels are key/value pairs that help to organize and filter resources.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
MirroringDeploymentGroup
public string MirroringDeploymentGroup { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
MirroringDeploymentGroupAsMirroringDeploymentGroupName
public MirroringDeploymentGroupName MirroringDeploymentGroupAsMirroringDeploymentGroupName { get; set; }MirroringDeploymentGroupName-typed view over the MirroringDeploymentGroup resource name property.
| Property Value | |
|---|---|
| Type | Description |
MirroringDeploymentGroupName |
|
MirroringDeploymentName
public MirroringDeploymentName MirroringDeploymentName { get; set; }MirroringDeploymentName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
MirroringDeploymentName |
|
Name
public string Name { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Reconciling
public bool Reconciling { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
State
public MirroringDeployment.Types.State State { get; set; }Output only. The current state of the deployment. See https://google.aip.dev/216.
| Property Value | |
|---|---|
| Type | Description |
MirroringDeploymentTypesState |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|