NetApp v1 API - Class CreateQuotaRuleRequest (1.8.0)

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

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

CreateQuotaRuleRequest for creating a quota rule.

Inheritance

object > CreateQuotaRuleRequest

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

CreateQuotaRuleRequest()

public CreateQuotaRuleRequest()

CreateQuotaRuleRequest(CreateQuotaRuleRequest)

public CreateQuotaRuleRequest(CreateQuotaRuleRequest other)
Parameter
Name Description
other CreateQuotaRuleRequest

Properties

Parent

public string Parent { get; set; }

Required. Parent value for CreateQuotaRuleRequest

Property Value
Type Description
string

ParentAsVolumeName

public VolumeName ParentAsVolumeName { get; set; }

VolumeName-typed view over the Parent resource name property.

Property Value
Type Description
VolumeName

QuotaRule

public QuotaRule QuotaRule { get; set; }

Required. Fields of the to be created quota rule.

Property Value
Type Description
QuotaRule

QuotaRuleId

public string QuotaRuleId { get; set; }

Required. ID of the quota rule to create. Must be unique within the parent resource. Must contain only letters, numbers, underscore and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum.

Property Value
Type Description
string