Compute Engine v1 API - Class GetRuleFirewallPolicyRequest (2.15.0)

public sealed class GetRuleFirewallPolicyRequest : IMessage<GetRuleFirewallPolicyRequest>, IEquatable<GetRuleFirewallPolicyRequest>, IDeepCloneable<GetRuleFirewallPolicyRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class GetRuleFirewallPolicyRequest.

A request message for FirewallPolicies.GetRule. See the method description for details.

Inheritance

object > GetRuleFirewallPolicyRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetRuleFirewallPolicyRequest()

public GetRuleFirewallPolicyRequest()

GetRuleFirewallPolicyRequest(GetRuleFirewallPolicyRequest)

public GetRuleFirewallPolicyRequest(GetRuleFirewallPolicyRequest other)
Parameter
NameDescription
otherGetRuleFirewallPolicyRequest

Properties

FirewallPolicy

public string FirewallPolicy { get; set; }

Name of the firewall policy to which the queried rule belongs.

Property Value
TypeDescription
string

HasPriority

public bool HasPriority { get; }

Gets whether the "priority" field is set

Property Value
TypeDescription
bool

Priority

public int Priority { get; set; }

The priority of the rule to get from the firewall policy.

Property Value
TypeDescription
int