public sealed class MirroringEndpointGroup.Types.AssociationDetails : IMessage<MirroringEndpointGroup.Types.AssociationDetails>, IEquatable<MirroringEndpointGroup.Types.AssociationDetails>, IDeepCloneable<MirroringEndpointGroup.Types.AssociationDetails>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class MirroringEndpointGroup.Types.AssociationDetails.
The endpoint group's view of a connected association.
Implements
IMessageMirroringEndpointGroupTypesAssociationDetails, IEquatableMirroringEndpointGroupTypesAssociationDetails, IDeepCloneableMirroringEndpointGroupTypesAssociationDetails, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
AssociationDetails()
public AssociationDetails()AssociationDetails(AssociationDetails)
public AssociationDetails(MirroringEndpointGroup.Types.AssociationDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
MirroringEndpointGroupTypesAssociationDetails |
Properties
MirroringEndpointGroupAssociationName
public MirroringEndpointGroupAssociationName MirroringEndpointGroupAssociationName { get; set; }MirroringEndpointGroupAssociationName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
MirroringEndpointGroupAssociationName |
|
Name
public string Name { get; set; }Output only. The connected association's resource name, for example:
projects/123456789/locations/global/mirroringEndpointGroupAssociations/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 MirroringEndpointGroupAssociation.Types.State State { get; set; }Output only. Most recent known state of the association.
| Property Value | |
|---|---|
| Type | Description |
MirroringEndpointGroupAssociationTypesState |
|