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

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

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

Details about intercept in a specific cloud location.

Inheritance

object > InterceptLocation

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

InterceptLocation()

public InterceptLocation()

InterceptLocation(InterceptLocation)

public InterceptLocation(InterceptLocation other)
Parameter
Name Description
other InterceptLocation

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 InterceptLocation.Types.State State { get; set; }

Output only. The current state of the association in this location.

Property Value
Type Description
InterceptLocationTypesState