Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.MirroringEndpointGroupsResource

The "mirroringEndpointGroups" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.MirroringEndpointGroupsResource
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.MirroringEndpointGroupsResource

Constructors

MirroringEndpointGroupsResource(IClientService)

Constructs a new resource.

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

Methods

Create(MirroringEndpointGroup, string)

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

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

The body of the request.

string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.MirroringEndpointGroupsResource.CreateRequest

Delete(string)

Deletes an endpoint group. See https://google.aip.dev/135.

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

Required. The endpoint group to delete.

Returns
Type Description
ProjectsResource.LocationsResource.MirroringEndpointGroupsResource.DeleteRequest

Get(string)

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

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

Required. The name of the endpoint group to retrieve. Format: projects/{project}/locations/{location}/mirroringEndpointGroups/{mirroring_endpoint_group}

Returns
Type Description
ProjectsResource.LocationsResource.MirroringEndpointGroupsResource.GetRequest

List(string)

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

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

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

Returns
Type Description
ProjectsResource.LocationsResource.MirroringEndpointGroupsResource.ListRequest

Patch(MirroringEndpointGroup, string)

Updates an endpoint group. See https://google.aip.dev/134.

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

The body of the request.

string name

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

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