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
Overview
Create, update and remove domains.
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, remove_existing_validations, #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).
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_domain.rb', line 18 attribute :clean_up |
#network_domain ⇒ Object?
Returns Network domain for networks in the domain.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_domain.rb', line 15 attribute :network_domain |
#path ⇒ Object
Returns Path of the domain.,Prefix C(ROOT/) or C(/ROOT/) in path is optional.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_domain.rb', line 11 attribute :path |
#poll_async ⇒ Boolean?
Returns Poll async jobs until job has finished.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_domain.rb', line 26 attribute :poll_async |
#state ⇒ :present, ...
Returns State of the domain.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_domain.rb', line 22 attribute :state |