Class ProjectsResource.LocationsResource.MirroringDeploymentGroupsResource
The "mirroringDeploymentGroups" collection of methods.
Inherited Members
Namespace: Google.Apis.NetworkSecurity .v1
Assembly: Google.Apis.NetworkSecurity.v1.dll
Syntax
public class ProjectsResource.LocationsResource.MirroringDeploymentGroupsResource
Constructors
MirroringDeploymentGroupsResource(IClientService)
Constructs a new resource.
Declaration
public MirroringDeploymentGroupsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClient |
service |
Methods
Create(MirroringDeploymentGroup, string)
Creates a deployment group in a given project and location. See https://google.aip.dev/133.
Declaration
public virtual ProjectsResource.LocationsResource.MirroringDeploymentGroupsResource.CreateRequest Create(MirroringDeploymentGroup body, string parent)
Parameters
Type | Name | Description |
---|---|---|
Mirroring |
body | The body of the request. |
string | parent | Required. The parent resource where this deployment group will be created. Format: projects/{project}/locations/{location} |
Returns
Type | Description |
---|---|
Projects |
Delete(string)
Deletes a deployment group. See https://google.aip.dev/135.
Declaration
public virtual ProjectsResource.LocationsResource.MirroringDeploymentGroupsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The deployment group to delete. |
Returns
Type | Description |
---|---|
Projects |
Get(string)
Gets a specific deployment group. See https://google.aip.dev/131.
Declaration
public virtual ProjectsResource.LocationsResource.MirroringDeploymentGroupsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the deployment group to retrieve. Format: projects/{project}/locations/{location}/mirroringDeploymentGroups/{mirroring_deployment_group} |
Returns
Type | Description |
---|---|
Projects |
List(string)
Lists deployment groups in a given project and location. See https://google.aip.dev/132.
Declaration
public virtual ProjectsResource.LocationsResource.MirroringDeploymentGroupsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The parent, which owns this collection of deployment groups. Example:
|
Returns
Type | Description |
---|---|
Projects |
Patch(MirroringDeploymentGroup, string)
Updates a deployment group. See https://google.aip.dev/134.
Declaration
public virtual ProjectsResource.LocationsResource.MirroringDeploymentGroupsResource.PatchRequest Patch(MirroringDeploymentGroup body, string name)
Parameters
Type | Name | Description |
---|---|---|
Mirroring |
body | The body of the request. |
string | name | Immutable. Identifier. The resource name of this deployment group, for example:
|
Returns
Type | Description |
---|---|
Projects |