Compute Engine v1 API - Class RegionSecurityPolicies.RegionSecurityPoliciesBase (2.16.0)

[BindServiceMethod(typeof(RegionSecurityPolicies), "BindService")]
public abstract class RegionSecurityPolicies.RegionSecurityPoliciesBase

Reference documentation and code samples for the Compute Engine v1 API class RegionSecurityPolicies.RegionSecurityPoliciesBase.

Base class for server-side implementations of RegionSecurityPolicies

Inheritance

object > RegionSecurityPolicies.RegionSecurityPoliciesBase

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Methods

AddRule(AddRuleRegionSecurityPolicyRequest, ServerCallContext)

public virtual Task<Operation> AddRule(AddRuleRegionSecurityPolicyRequest request, ServerCallContext context)

Inserts a rule into a security policy.

Parameters
Name Description
request AddRuleRegionSecurityPolicyRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskOperation

The response to send back to the client (wrapped by a task).

Delete(DeleteRegionSecurityPolicyRequest, ServerCallContext)

public virtual Task<Operation> Delete(DeleteRegionSecurityPolicyRequest request, ServerCallContext context)

Deletes the specified policy.

Parameters
Name Description
request DeleteRegionSecurityPolicyRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskOperation

The response to send back to the client (wrapped by a task).

Get(GetRegionSecurityPolicyRequest, ServerCallContext)

public virtual Task<SecurityPolicy> Get(GetRegionSecurityPolicyRequest request, ServerCallContext context)

List all of the ordered rules present in a single specified policy.

Parameters
Name Description
request GetRegionSecurityPolicyRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskSecurityPolicy

The response to send back to the client (wrapped by a task).

GetRule(GetRuleRegionSecurityPolicyRequest, ServerCallContext)

public virtual Task<SecurityPolicyRule> GetRule(GetRuleRegionSecurityPolicyRequest request, ServerCallContext context)

Gets a rule at the specified priority.

Parameters
Name Description
request GetRuleRegionSecurityPolicyRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskSecurityPolicyRule

The response to send back to the client (wrapped by a task).

Insert(InsertRegionSecurityPolicyRequest, ServerCallContext)

public virtual Task<Operation> Insert(InsertRegionSecurityPolicyRequest request, ServerCallContext context)

Creates a new policy in the specified project using the data included in the request.

Parameters
Name Description
request InsertRegionSecurityPolicyRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskOperation

The response to send back to the client (wrapped by a task).

List(ListRegionSecurityPoliciesRequest, ServerCallContext)

public virtual Task<SecurityPolicyList> List(ListRegionSecurityPoliciesRequest request, ServerCallContext context)

List all the policies that have been configured for the specified project and region.

Parameters
Name Description
request ListRegionSecurityPoliciesRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskSecurityPolicyList

The response to send back to the client (wrapped by a task).

Patch(PatchRegionSecurityPolicyRequest, ServerCallContext)

public virtual Task<Operation> Patch(PatchRegionSecurityPolicyRequest request, ServerCallContext context)

Patches the specified policy with the data included in the request. To clear fields in the policy, leave the fields empty and specify them in the updateMask. This cannot be used to be update the rules in the policy. Please use the per rule methods like addRule, patchRule, and removeRule instead.

Parameters
Name Description
request PatchRegionSecurityPolicyRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskOperation

The response to send back to the client (wrapped by a task).

PatchRule(PatchRuleRegionSecurityPolicyRequest, ServerCallContext)

public virtual Task<Operation> PatchRule(PatchRuleRegionSecurityPolicyRequest request, ServerCallContext context)

Patches a rule at the specified priority. To clear fields in the rule, leave the fields empty and specify them in the updateMask.

Parameters
Name Description
request PatchRuleRegionSecurityPolicyRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskOperation

The response to send back to the client (wrapped by a task).

RemoveRule(RemoveRuleRegionSecurityPolicyRequest, ServerCallContext)

public virtual Task<Operation> RemoveRule(RemoveRuleRegionSecurityPolicyRequest request, ServerCallContext context)

Deletes a rule at the specified priority.

Parameters
Name Description
request RemoveRuleRegionSecurityPolicyRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskOperation

The response to send back to the client (wrapped by a task).