public sealed class GetRuleFirewallPolicyRequest : IMessage<GetRuleFirewallPolicyRequest>, IEquatable<GetRuleFirewallPolicyRequest>, IDeepCloneable<GetRuleFirewallPolicyRequest>, IBufferMessage, IMessageA request message for FirewallPolicies.GetRule. See the method description for details.
Implements
IMessage<GetRuleFirewallPolicyRequest>, IEquatable<GetRuleFirewallPolicyRequest>, IDeepCloneable<GetRuleFirewallPolicyRequest>, 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 |
Boolean |
|
Priority
public int Priority { get; set; }The priority of the rule to get from the firewall policy.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|