public sealed class InterceptEndpointGroup.Types.AssociationDetails : IMessage<InterceptEndpointGroup.Types.AssociationDetails>, IEquatable<InterceptEndpointGroup.Types.AssociationDetails>, IDeepCloneable<InterceptEndpointGroup.Types.AssociationDetails>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class InterceptEndpointGroup.Types.AssociationDetails.
The endpoint group's view of a connected association.
Implements
IMessageInterceptEndpointGroupTypesAssociationDetails, IEquatableInterceptEndpointGroupTypesAssociationDetails, IDeepCloneableInterceptEndpointGroupTypesAssociationDetails, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
AssociationDetails()
public AssociationDetails()AssociationDetails(AssociationDetails)
public AssociationDetails(InterceptEndpointGroup.Types.AssociationDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
InterceptEndpointGroupTypesAssociationDetails |
Properties
InterceptEndpointGroupAssociationName
public InterceptEndpointGroupAssociationName InterceptEndpointGroupAssociationName { get; set; }InterceptEndpointGroupAssociationName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
InterceptEndpointGroupAssociationName |
|
Name
public string Name { get; set; }Output only. The connected association's resource name, for example:
projects/123456789/locations/global/interceptEndpointGroupAssociations/my-ega.
See https://google.aip.dev/124.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Network
public string Network { get; set; }Output only. The associated network, for example: projects/123456789/global/networks/my-network. See https://google.aip.dev/124.
| Property Value | |
|---|---|
| Type | Description |
string |
|
NetworkAsNetworkName
public NetworkName NetworkAsNetworkName { get; set; }NetworkName-typed view over the Network resource name property.
| Property Value | |
|---|---|
| Type | Description |
NetworkName |
|
State
public InterceptEndpointGroupAssociation.Types.State State { get; set; }Output only. Most recent known state of the association.
| Property Value | |
|---|---|
| Type | Description |
InterceptEndpointGroupAssociationTypesState |
|