NetApp v1 API - Class UpdateQuotaRuleRequest (1.8.0)

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

Reference documentation and code samples for the NetApp v1 API class UpdateQuotaRuleRequest.

UpdateQuotaRuleRequest for updating a quota rule.

Inheritance

object > UpdateQuotaRuleRequest

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

UpdateQuotaRuleRequest()

public UpdateQuotaRuleRequest()

UpdateQuotaRuleRequest(UpdateQuotaRuleRequest)

public UpdateQuotaRuleRequest(UpdateQuotaRuleRequest other)
Parameter
Name Description
other UpdateQuotaRuleRequest

Properties

QuotaRule

public QuotaRule QuotaRule { get; set; }

Required. The quota rule being updated

Property Value
Type Description
QuotaRule

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. Field mask is used to specify the fields to be overwritten in the Quota Rule resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

Property Value
Type Description
FieldMask