Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.MirroringDeploymentsResource

The "mirroringDeployments" collection of methods.

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

Constructors

MirroringDeploymentsResource(IClientService)

Constructs a new resource.

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

Methods

Create(MirroringDeployment, string)

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

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

The body of the request.

string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.MirroringDeploymentsResource.CreateRequest

Delete(string)

Deletes a deployment. See https://google.aip.dev/135.

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

Required. Name of the resource

Returns
Type Description
ProjectsResource.LocationsResource.MirroringDeploymentsResource.DeleteRequest

Get(string)

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

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

Required. The name of the deployment to retrieve. Format: projects/{project}/locations/{location}/mirroringDeployments/{mirroring_deployment}

Returns
Type Description
ProjectsResource.LocationsResource.MirroringDeploymentsResource.GetRequest

List(string)

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

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

Required. The parent, which owns this collection of deployments. Example: projects/123456789/locations/us-central1-a. See https://google.aip.dev/132 for more details.

Returns
Type Description
ProjectsResource.LocationsResource.MirroringDeploymentsResource.ListRequest

Patch(MirroringDeployment, string)

Updates a deployment. See https://google.aip.dev/134.

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

The body of the request.

string name

Immutable. Identifier. The resource name of this deployment, for example: projects/123456789/locations/us-central1-a/mirroringDeployments/my-dep. See https://google.aip.dev/122 for more details.

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