public sealed class GetRuleFirewallPolicyRequest : IMessage<GetRuleFirewallPolicyRequest>, IEquatable<GetRuleFirewallPolicyRequest>, IDeepCloneable<GetRuleFirewallPolicyRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetRuleFirewallPolicyRequest.
A request message for FirewallPolicies.GetRule. See the method description for details.
Implements
IMessageGetRuleFirewallPolicyRequest, IEquatableGetRuleFirewallPolicyRequest, IDeepCloneableGetRuleFirewallPolicyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetRuleFirewallPolicyRequest()
public GetRuleFirewallPolicyRequest()GetRuleFirewallPolicyRequest(GetRuleFirewallPolicyRequest)
public GetRuleFirewallPolicyRequest(GetRuleFirewallPolicyRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetRuleFirewallPolicyRequest |
Properties
FirewallPolicy
public string FirewallPolicy { get; set; }Name of the firewall policy to which the queried rule belongs.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasPriority
public bool HasPriority { get; }Gets whether the "priority" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Priority
public int Priority { get; set; }The priority of the rule to get from the firewall policy.
| Property Value | |
|---|---|
| Type | Description |
int |
|