NetApp V1 API - Class Google::Cloud::NetApp::V1::CreateQuotaRuleRequest (v2.0.0)

Reference documentation and code samples for the NetApp V1 API class Google::Cloud::NetApp::V1::CreateQuotaRuleRequest.

CreateQuotaRuleRequest for creating a quota rule.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Parent value for CreateQuotaRuleRequest

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Parent value for CreateQuotaRuleRequest
Returns
  • (::String) — Required. Parent value for CreateQuotaRuleRequest

#quota_rule

def quota_rule() -> ::Google::Cloud::NetApp::V1::QuotaRule
Returns

#quota_rule=

def quota_rule=(value) -> ::Google::Cloud::NetApp::V1::QuotaRule
Parameter
Returns

#quota_rule_id

def quota_rule_id() -> ::String
Returns
  • (::String) — 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.

#quota_rule_id=

def quota_rule_id=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.