Network Security v1 API - Class InterceptEndpointGroupAssociation.Types.LocationDetails (1.0.0-beta01)

public sealed class InterceptEndpointGroupAssociation.Types.LocationDetails : IMessage<InterceptEndpointGroupAssociation.Types.LocationDetails>, IEquatable<InterceptEndpointGroupAssociation.Types.LocationDetails>, IDeepCloneable<InterceptEndpointGroupAssociation.Types.LocationDetails>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > InterceptEndpointGroupAssociation.Types.LocationDetails

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

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