Class RegionSecurityPoliciesResource.AddRuleRequest
Inserts a rule into a security policy.
Inheritance
RegionSecurityPoliciesResource.AddRuleRequest
Inherited Members
Namespace: Google.Apis.Compute.v1
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class RegionSecurityPoliciesResource.AddRuleRequest : ComputeBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
AddRuleRequest(IClientService, SecurityPolicyRule, string, string, string)
Constructs a new AddRule request.
Declaration
public AddRuleRequest(IClientService service, SecurityPolicyRule body, string project, string region, string securityPolicy)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
SecurityPolicyRule | body | |
string | project | |
string | region | |
string | securityPolicy |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Project
Project ID for this request.
Declaration
[RequestParameter("project", RequestParameterType.Path)]
public virtual string Project { get; }
Property Value
Type | Description |
---|---|
string |
Region
Name of the region scoping this request.
Declaration
[RequestParameter("region", RequestParameterType.Path)]
public virtual string Region { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
SecurityPolicy
Name of the security policy to update.
Declaration
[RequestParameter("securityPolicy", RequestParameterType.Path)]
public virtual string SecurityPolicy { get; }
Property Value
Type | Description |
---|---|
string |
ValidateOnly
If true, the request will not be committed.
Declaration
[RequestParameter("validateOnly", RequestParameterType.Query)]
public virtual bool? ValidateOnly { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes AddRule parameter list.
Declaration
protected override void InitParameters()