public sealed class RemoveRuleSecurityPolicyRequest : IMessage<RemoveRuleSecurityPolicyRequest>, IEquatable<RemoveRuleSecurityPolicyRequest>, IDeepCloneable<RemoveRuleSecurityPolicyRequest>, IBufferMessage, IMessageA request message for SecurityPolicies.RemoveRule. See the method description for details.
Implements
IMessage<RemoveRuleSecurityPolicyRequest>, IEquatable<RemoveRuleSecurityPolicyRequest>, IDeepCloneable<RemoveRuleSecurityPolicyRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
RemoveRuleSecurityPolicyRequest()
public RemoveRuleSecurityPolicyRequest()RemoveRuleSecurityPolicyRequest(RemoveRuleSecurityPolicyRequest)
public RemoveRuleSecurityPolicyRequest(RemoveRuleSecurityPolicyRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        RemoveRuleSecurityPolicyRequest | 
      
Properties
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 remove from the security policy.
| Property Value | |
|---|---|
| Type | Description | 
Int32 | 
        |
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |
SecurityPolicy
public string SecurityPolicy { get; set; }Name of the security policy to update.
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |