Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.MirroringEndpointGroupAssociationsResource

The "mirroringEndpointGroupAssociations" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.MirroringEndpointGroupAssociationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetworkSecurity.v1
Assembly: Google.Apis.NetworkSecurity.v1.dll
Syntax
public class ProjectsResource.LocationsResource.MirroringEndpointGroupAssociationsResource

Constructors

MirroringEndpointGroupAssociationsResource(IClientService)

Constructs a new resource.

Declaration
public MirroringEndpointGroupAssociationsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(MirroringEndpointGroupAssociation, string)

Creates an association in a given project and location. See https://google.aip.dev/133.

Declaration
public virtual ProjectsResource.LocationsResource.MirroringEndpointGroupAssociationsResource.CreateRequest Create(MirroringEndpointGroupAssociation body, string parent)
Parameters
Type Name Description
MirroringEndpointGroupAssociation body

The body of the request.

string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.MirroringEndpointGroupAssociationsResource.CreateRequest

Delete(string)

Deletes an association. See https://google.aip.dev/135.

Declaration
public virtual ProjectsResource.LocationsResource.MirroringEndpointGroupAssociationsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The association to delete.

Returns
Type Description
ProjectsResource.LocationsResource.MirroringEndpointGroupAssociationsResource.DeleteRequest

Get(string)

Gets a specific association. See https://google.aip.dev/131.

Declaration
public virtual ProjectsResource.LocationsResource.MirroringEndpointGroupAssociationsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

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

Returns
Type Description
ProjectsResource.LocationsResource.MirroringEndpointGroupAssociationsResource.GetRequest

List(string)

Lists associations in a given project and location. See https://google.aip.dev/132.

Declaration
public virtual ProjectsResource.LocationsResource.MirroringEndpointGroupAssociationsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent, which owns this collection of associations. Example: projects/123456789/locations/global. See https://google.aip.dev/132 for more details.

Returns
Type Description
ProjectsResource.LocationsResource.MirroringEndpointGroupAssociationsResource.ListRequest

Patch(MirroringEndpointGroupAssociation, string)

Updates an association. See https://google.aip.dev/134.

Declaration
public virtual ProjectsResource.LocationsResource.MirroringEndpointGroupAssociationsResource.PatchRequest Patch(MirroringEndpointGroupAssociation body, string name)
Parameters
Type Name Description
MirroringEndpointGroupAssociation body

The body of the request.

string name

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.

Returns
Type Description
ProjectsResource.LocationsResource.MirroringEndpointGroupAssociationsResource.PatchRequest
In this article
Back to top Generated by DocFX