Class FirewallPoliciesResource.ForceStartProgressiveRolloutRequest
Starts a brand new progressive rollout of hierarchical firewall policy. This API will return an error when there is an ongoing progressive rollout.
Inheritance
FirewallPoliciesResource.ForceStartProgressiveRolloutRequest
Inherited Members
Namespace: Google.Apis.Compute.alpha
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class FirewallPoliciesResource.ForceStartProgressiveRolloutRequest : ComputeBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
ForceStartProgressiveRolloutRequest(IClientService, string)
Constructs a new ForceStartProgressiveRollout request.
Declaration
public ForceStartProgressiveRolloutRequest(IClientService service, string firewallPolicy)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | firewallPolicy |
Properties
FirewallPolicy
Name of the target firewall policy.
Declaration
[RequestParameter("firewallPolicy", RequestParameterType.Path)]
public virtual string FirewallPolicy { get; }
Property Value
| Type | Description |
|---|---|
| string |
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
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes ForceStartProgressiveRollout parameter list.
Declaration
protected override void InitParameters()