Method: Google::Cloud::NetApp::V1::CreateQuotaRuleRequest#quota_rule_id
- Defined in:
- proto_docs/google/cloud/netapp/v1/quota_rule.rb
permalink #quota_rule_id ⇒ ::String
Returns 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.
83 84 85 86 |
# File 'proto_docs/google/cloud/netapp/v1/quota_rule.rb', line 83 class CreateQuotaRuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |