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

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

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

Request message for GetMirroringEndpointGroupAssociation.

Inheritance

object > GetMirroringEndpointGroupAssociationRequest

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

GetMirroringEndpointGroupAssociationRequest()

public GetMirroringEndpointGroupAssociationRequest()

GetMirroringEndpointGroupAssociationRequest(GetMirroringEndpointGroupAssociationRequest)

public GetMirroringEndpointGroupAssociationRequest(GetMirroringEndpointGroupAssociationRequest other)
Parameter
Name Description
other GetMirroringEndpointGroupAssociationRequest

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

Required. The name of the association to retrieve. Format: projects/{project}/locations/{location}/mirroringEndpointGroupAssociations/{mirroring_endpoint_group_association}

Property Value
Type Description
string