Class: Ansible::Ruby::Modules::Ovirt_vmpool
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ovirt_vmpool
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_vmpool.rb,
lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_vmpools.rb
Overview
Module to manage VM pools in oVirt/RHV.
Instance Method Summary collapse
-
#cluster ⇒ String?
Name of the cluster, where VM pool should be created.
-
#comment ⇒ Object?
Comment of the Virtual Machine pool.
-
#description ⇒ Object?
Description of the VM pool.
-
#name ⇒ String
Name of the VM pool to manage.
-
#prestarted ⇒ Integer?
Number of pre-started VMs defines the number of VMs in run state, that are waiting to be attached to Users.,Default value is set by engine.
-
#state ⇒ :present, ...
Should the VM pool be present/absent.,Note that when C(state) is I(absent) all VMs in VM pool are stopped and removed.
-
#template ⇒ String?
Name of the template, which will be used to create VM pool.
-
#type ⇒ :manual, ...
Type of the VM pool.
-
#vm_count ⇒ Integer?
Number of VMs in the pool.,Default value is set by engine.
-
#vm_per_user ⇒ Integer?
Maximum number of VMs a single user can attach to from this pool.,Default value is set by engine.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#cluster ⇒ String?
30 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_vmpool.rb', line 30 attribute :cluster |
#comment ⇒ Object?
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_vmpool.rb', line 16 attribute :comment |
#description ⇒ Object?
27 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_vmpool.rb', line 27 attribute :description |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_vmpool.rb', line 12 attribute :name |
#prestarted ⇒ Integer?
42 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_vmpool.rb', line 42 attribute :prestarted |
#state ⇒ :present, ...
19 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_vmpool.rb', line 19 attribute :state |
#template ⇒ String?
23 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_vmpool.rb', line 23 attribute :template |
#type ⇒ :manual, ...
34 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_vmpool.rb', line 34 attribute :type |
#vm_count ⇒ Integer?
46 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_vmpool.rb', line 46 attribute :vm_count |
#vm_per_user ⇒ Integer?
38 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_vmpool.rb', line 38 attribute :vm_per_user |