Class: Ansible::Ruby::Modules::Cs_domain
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Cs_domain
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_domain.rb
Instance Method Summary collapse
-
#clean_up ⇒ Boolean?
Clean up all domain resources like child domains and accounts.,Considered on C(state=absent).
-
#network_domain ⇒ Object?
Network domain for networks in the domain.
-
#path ⇒ Object
Path of the domain.,Prefix C(ROOT/) or C(/ROOT/) in path is optional.
-
#poll_async ⇒ Boolean?
Poll async jobs until job has finished.
-
#state ⇒ :present, ...
State of the domain.
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
#clean_up ⇒ Boolean?
Returns Clean up all domain resources like child domains and accounts.,Considered on C(state=absent).
17 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_domain.rb', line 17 attribute :clean_up |
#network_domain ⇒ Object?
Returns Network domain for networks in the domain.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_domain.rb', line 14 attribute :network_domain |
#path ⇒ Object
Returns Path of the domain.,Prefix C(ROOT/) or C(/ROOT/) in path is optional.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_domain.rb', line 10 attribute :path |
#poll_async ⇒ Boolean?
Returns Poll async jobs until job has finished.
25 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_domain.rb', line 25 attribute :poll_async |
#state ⇒ :present, ...
Returns State of the domain.
21 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_domain.rb', line 21 attribute :state |