public sealed class InterceptEndpointGroupAssociation.Types.LocationDetails : IMessage<InterceptEndpointGroupAssociation.Types.LocationDetails>, IEquatable<InterceptEndpointGroupAssociation.Types.LocationDetails>, IDeepCloneable<InterceptEndpointGroupAssociation.Types.LocationDetails>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class InterceptEndpointGroupAssociation.Types.LocationDetails.
Contains details about the state of an association in a specific cloud location.
Implements
IMessageInterceptEndpointGroupAssociationTypesLocationDetails, IEquatableInterceptEndpointGroupAssociationTypesLocationDetails, IDeepCloneableInterceptEndpointGroupAssociationTypesLocationDetails, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
LocationDetails()
public LocationDetails()LocationDetails(LocationDetails)
public LocationDetails(InterceptEndpointGroupAssociation.Types.LocationDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
InterceptEndpointGroupAssociationTypesLocationDetails |
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 InterceptEndpointGroupAssociation.Types.LocationDetails.Types.State State { get; set; }Output only. The current state of the association in this location.
| Property Value | |
|---|---|
| Type | Description |
InterceptEndpointGroupAssociationTypesLocationDetailsTypesState |
|