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

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

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

Request message for CreateMirroringEndpointGroupAssociation.

Inheritance

object > CreateMirroringEndpointGroupAssociationRequest

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

CreateMirroringEndpointGroupAssociationRequest()

public CreateMirroringEndpointGroupAssociationRequest()

CreateMirroringEndpointGroupAssociationRequest(CreateMirroringEndpointGroupAssociationRequest)

public CreateMirroringEndpointGroupAssociationRequest(CreateMirroringEndpointGroupAssociationRequest other)
Parameter
Name Description
other CreateMirroringEndpointGroupAssociationRequest

Properties

MirroringEndpointGroupAssociation

public MirroringEndpointGroupAssociation MirroringEndpointGroupAssociation { get; set; }

Required. The association to create.

Property Value
Type Description
MirroringEndpointGroupAssociation

MirroringEndpointGroupAssociationId

public string MirroringEndpointGroupAssociationId { get; set; }

Optional. The ID to use for the new association, which will become the final component of the endpoint group's resource name. If not provided, the server will generate a unique ID.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent resource where this association will be created. Format: projects/{project}/locations/{location}

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName

RequestId

public string RequestId { get; set; }

Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a request_id is provided. See https://google.aip.dev/155 for more details.

Property Value
Type Description
string