Class: Ansible::Ruby::Modules::Cs_resourcelimit
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Cs_resourcelimit
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_resourcelimit.rb
Instance Method Summary collapse
-
#account ⇒ Object?
Account the resource is related to.
-
#domain ⇒ Object?
Domain the resource is related to.
-
#limit ⇒ Integer?
Maximum number of the resource.,Default is unlimited C(-1).
-
#project ⇒ Object?
Name of the project the resource is related to.
-
#resource_type ⇒ :instance, ...
Type of the resource.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#account ⇒ Object?
Returns Account the resource is related to.
21 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_resourcelimit.rb', line 21 attribute :account |
#domain ⇒ Object?
Returns Domain the resource is related to.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_resourcelimit.rb', line 18 attribute :domain |
#limit ⇒ Integer?
Returns Maximum number of the resource.,Default is unlimited C(-1).
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_resourcelimit.rb', line 14 attribute :limit |
#project ⇒ Object?
Returns Name of the project the resource is related to.
24 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_resourcelimit.rb', line 24 attribute :project |
#resource_type ⇒ :instance, ...
Returns Type of the resource.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_resourcelimit.rb', line 10 attribute :resource_type |