public sealed class InterceptLocation : IMessage<InterceptLocation>, IEquatable<InterceptLocation>, IDeepCloneable<InterceptLocation>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class InterceptLocation.
Details about intercept in a specific cloud location.
Implements
IMessageInterceptLocation, IEquatableInterceptLocation, IDeepCloneableInterceptLocation, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
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 |
|