Network Security v1 API - Class MirroringEndpointGroupAssociation (1.0.0-beta01)

public sealed class MirroringEndpointGroupAssociation : IMessage<MirroringEndpointGroupAssociation>, IEquatable<MirroringEndpointGroupAssociation>, IDeepCloneable<MirroringEndpointGroupAssociation>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Security v1 API class MirroringEndpointGroupAssociation.

An endpoint group association represents a link between a network and an endpoint group in the organization.

Creating an association creates the networking infrastructure linking the network to the endpoint group, but does not enable mirroring by itself. To enable mirroring, the user must also create a network firewall policy containing mirroring rules and associate it with the network.

Inheritance

object > MirroringEndpointGroupAssociation

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

MirroringEndpointGroupAssociation()

public MirroringEndpointGroupAssociation()

MirroringEndpointGroupAssociation(MirroringEndpointGroupAssociation)

public MirroringEndpointGroupAssociation(MirroringEndpointGroupAssociation other)
Parameter
Name Description
other MirroringEndpointGroupAssociation

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps.

Property Value
Type Description
Timestamp

Labels

public MapField<string, string> Labels { get; }

Optional. Labels are key/value pairs that help to organize and filter resources.

Property Value
Type Description
MapFieldstringstring

Locations

public RepeatedField<MirroringLocation> Locations { get; }

Output only. The list of locations where the association is configured. This information is retrieved from the linked endpoint group.

Property Value
Type Description
RepeatedFieldMirroringLocation

LocationsDetails

[Obsolete]
public RepeatedField<MirroringEndpointGroupAssociation.Types.LocationDetails> LocationsDetails { get; }

Output only. The list of locations where the association is present. This information is retrieved from the linked endpoint group, and not configured as part of the association itself.

Property Value
Type Description
RepeatedFieldMirroringEndpointGroupAssociationTypesLocationDetails

MirroringEndpointGroup

public string MirroringEndpointGroup { get; set; }

Immutable. The endpoint group that this association is connected to, for example: projects/123456789/locations/global/mirroringEndpointGroups/my-eg. See https://google.aip.dev/124.

Property Value
Type Description
string

MirroringEndpointGroupAsMirroringEndpointGroupName

public MirroringEndpointGroupName MirroringEndpointGroupAsMirroringEndpointGroupName { get; set; }

MirroringEndpointGroupName-typed view over the MirroringEndpointGroup resource name property.

Property Value
Type Description
MirroringEndpointGroupName

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; }

Immutable. Identifier. The resource name of this endpoint group association, for example: projects/123456789/locations/global/mirroringEndpointGroupAssociations/my-eg-association. See https://google.aip.dev/122 for more details.

Property Value
Type Description
string

Network

public string Network { get; set; }

Immutable. The VPC network that is associated. 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

Reconciling

public bool Reconciling { get; set; }

Output only. The current state of the resource does not match the user's intended state, and the system is working to reconcile them. This part of the normal operation (e.g. adding a new location to the target deployment group). See https://google.aip.dev/128.

Property Value
Type Description
bool

State

public MirroringEndpointGroupAssociation.Types.State State { get; set; }

Output only. Current state of the endpoint group association.

Property Value
Type Description
MirroringEndpointGroupAssociationTypesState

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.

Property Value
Type Description
Timestamp