Class ProjectsResource.LocationsResource.MirroringDeploymentsResource
The "mirroringDeployments" collection of methods.
Inherited Members
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 |
---|---|---|
IClient |
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 |
---|---|---|
Mirroring |
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 |
---|---|
Projects |
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 |
---|---|
Projects |
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 |
---|---|
Projects |
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:
|
Returns
Type | Description |
---|---|
Projects |
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 |
---|---|---|
Mirroring |
body | The body of the request. |
string | name | Immutable. Identifier. The resource name of this deployment, for example:
|
Returns
Type | Description |
---|---|
Projects |