public sealed class MirroringLocation : IMessage<MirroringLocation>, IEquatable<MirroringLocation>, IDeepCloneable<MirroringLocation>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class MirroringLocation.
Details about mirroring in a specific cloud location.
Implements
IMessageMirroringLocation, IEquatableMirroringLocation, IDeepCloneableMirroringLocation, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
MirroringLocation()
public MirroringLocation()MirroringLocation(MirroringLocation)
public MirroringLocation(MirroringLocation other)| Parameter | |
|---|---|
| Name | Description |
other |
MirroringLocation |
Properties
Location
public string Location { get; set; }Output only. The cloud location, e.g. "us-central1-a" or "asia-south1".
| Property Value | |
|---|---|
| Type | Description |
string |
|
State
public MirroringLocation.Types.State State { get; set; }Output only. The current state of the association in this location.
| Property Value | |
|---|---|
| Type | Description |
MirroringLocationTypesState |
|