Class ProjectsResource.LocationsResource.MirroringDeploymentGroupsResource
The "mirroringDeploymentGroups" collection of methods.
Inherited Members
Namespace: Google.Apis.NetworkSecurity.v1beta1
Assembly: Google.Apis.NetworkSecurity.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.MirroringDeploymentGroupsResource
Constructors
MirroringDeploymentGroupsResource(IClientService)
Constructs a new resource.
Declaration
public MirroringDeploymentGroupsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(MirroringDeploymentGroup, string)
Creates a new MirroringDeploymentGroup in a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.MirroringDeploymentGroupsResource.CreateRequest Create(MirroringDeploymentGroup body, string parent)
Parameters
Type | Name | Description |
---|---|---|
MirroringDeploymentGroup | body | The body of the request. |
string | parent | Required. Value for parent. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.MirroringDeploymentGroupsResource.CreateRequest |
Delete(string)
Deletes a single MirroringDeploymentGroup.
Declaration
public virtual ProjectsResource.LocationsResource.MirroringDeploymentGroupsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Name of the resource |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.MirroringDeploymentGroupsResource.DeleteRequest |
Get(string)
Gets details of a single MirroringDeploymentGroup.
Declaration
public virtual ProjectsResource.LocationsResource.MirroringDeploymentGroupsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Name of the resource |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.MirroringDeploymentGroupsResource.GetRequest |
List(string)
Lists MirroringDeploymentGroups in a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.MirroringDeploymentGroupsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. Parent value for ListMirroringDeploymentGroupsRequest |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.MirroringDeploymentGroupsResource.ListRequest |
Patch(MirroringDeploymentGroup, string)
Updates a single MirroringDeploymentGroup.
Declaration
public virtual ProjectsResource.LocationsResource.MirroringDeploymentGroupsResource.PatchRequest Patch(MirroringDeploymentGroup body, string name)
Parameters
Type | Name | Description |
---|---|---|
MirroringDeploymentGroup | body | The body of the request. |
string | name | Immutable. Identifier. Then name of the MirroringDeploymentGroup. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.MirroringDeploymentGroupsResource.PatchRequest |