public sealed class GetRuleRegionSecurityPolicyRequest : IMessage<GetRuleRegionSecurityPolicyRequest>, IEquatable<GetRuleRegionSecurityPolicyRequest>, IDeepCloneable<GetRuleRegionSecurityPolicyRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetRuleRegionSecurityPolicyRequest.
A request message for RegionSecurityPolicies.GetRule. See the method description for details.
Implements
IMessageGetRuleRegionSecurityPolicyRequest, IEquatableGetRuleRegionSecurityPolicyRequest, IDeepCloneableGetRuleRegionSecurityPolicyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetRuleRegionSecurityPolicyRequest()
public GetRuleRegionSecurityPolicyRequest()GetRuleRegionSecurityPolicyRequest(GetRuleRegionSecurityPolicyRequest)
public GetRuleRegionSecurityPolicyRequest(GetRuleRegionSecurityPolicyRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        GetRuleRegionSecurityPolicyRequest | 
      
Properties
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 security policy.
| Property Value | |
|---|---|
| Type | Description | 
int | 
        |
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
Region
public string Region { get; set; }Name of the region scoping this request.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
SecurityPolicy
public string SecurityPolicy { get; set; }Name of the security policy to which the queried rule belongs.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |