Network Security v1 API - Class MirroringLocation (1.0.0-beta01)

public sealed class MirroringLocation : IMessage<MirroringLocation>, IEquatable<MirroringLocation>, IDeepCloneable<MirroringLocation>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Security v1 API class MirroringLocation.

Details about mirroring in a specific cloud location.

Inheritance

object > MirroringLocation

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

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