Class FirewallPoliciesResource.GetRequest
Returns the specified firewall policy.
Inheritance
FirewallPoliciesResource.GetRequest
Inherited Members
Namespace: Google.Apis.Compute.beta
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class FirewallPoliciesResource.GetRequest : ComputeBaseServiceRequest<FirewallPolicy>, IClientServiceRequest<FirewallPolicy>, IClientServiceRequest
Constructors
GetRequest(IClientService, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string firewallPolicy)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | firewallPolicy |
Properties
FirewallPolicy
Name of the firewall policy to get.
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 Get parameter list.
Declaration
protected override void InitParameters()