Compute Engine v1 API - Class RemoveRuleSecurityPolicyRequest (2.13.0)

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

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

A request message for SecurityPolicies.RemoveRule. See the method description for details.

Inheritance

object > RemoveRuleSecurityPolicyRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

RemoveRuleSecurityPolicyRequest()

public RemoveRuleSecurityPolicyRequest()

RemoveRuleSecurityPolicyRequest(RemoveRuleSecurityPolicyRequest)

public RemoveRuleSecurityPolicyRequest(RemoveRuleSecurityPolicyRequest other)
Parameter
NameDescription
otherRemoveRuleSecurityPolicyRequest

Properties

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 remove from the security policy.

Property Value
TypeDescription
int

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string

SecurityPolicy

public string SecurityPolicy { get; set; }

Name of the security policy to update.

Property Value
TypeDescription
string