public sealed class PatchRuleRegionSecurityPolicyRequest : IMessage<PatchRuleRegionSecurityPolicyRequest>, IEquatable<PatchRuleRegionSecurityPolicyRequest>, IDeepCloneable<PatchRuleRegionSecurityPolicyRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class PatchRuleRegionSecurityPolicyRequest.
A request message for RegionSecurityPolicies.PatchRule. See the method description for details.
Implements
IMessagePatchRuleRegionSecurityPolicyRequest, IEquatablePatchRuleRegionSecurityPolicyRequest, IDeepCloneablePatchRuleRegionSecurityPolicyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
PatchRuleRegionSecurityPolicyRequest()
public PatchRuleRegionSecurityPolicyRequest()PatchRuleRegionSecurityPolicyRequest(PatchRuleRegionSecurityPolicyRequest)
public PatchRuleRegionSecurityPolicyRequest(PatchRuleRegionSecurityPolicyRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        PatchRuleRegionSecurityPolicyRequest | 
      
Properties
HasPriority
public bool HasPriority { get; }Gets whether the "priority" field is set
| Property Value | |
|---|---|
| Type | Description | 
bool | 
        |
HasUpdateMask
public bool HasUpdateMask { get; }Gets whether the "update_mask" field is set
| Property Value | |
|---|---|
| Type | Description | 
bool | 
        |
HasValidateOnly
public bool HasValidateOnly { get; }Gets whether the "validate_only" field is set
| Property Value | |
|---|---|
| Type | Description | 
bool | 
        |
Priority
public int Priority { get; set; }The priority of the rule to patch.
| 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 update.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
SecurityPolicyRuleResource
public SecurityPolicyRule SecurityPolicyRuleResource { get; set; }The body resource for this request
| Property Value | |
|---|---|
| Type | Description | 
SecurityPolicyRule | 
        |
UpdateMask
public string UpdateMask { get; set; }Indicates fields to be cleared as part of this request.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
ValidateOnly
public bool ValidateOnly { get; set; }If true, the request will not be committed.
| Property Value | |
|---|---|
| Type | Description | 
bool | 
        |