Class: Google::Cloud::NetApp::V1::CreateQuotaRuleRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/netapp/v1/quota_rule.rb

Overview

CreateQuotaRuleRequest for creating a quota rule.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. Parent value for CreateQuotaRuleRequest.

Returns:

  • (::String)

    Required. Parent value for CreateQuotaRuleRequest


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

#quota_rule::Google::Cloud::NetApp::V1::QuotaRule

Returns Required. Fields of the to be created quota rule.

Returns:


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

#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.

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.


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