Class: Ansible::Ruby::Modules::Cs_domain

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_domain.rb

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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_upBoolean?

Returns Clean up all domain resources like child domains and accounts.,Considered on C(state=absent).

Returns:

  • (Boolean, nil)

    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_domainObject?

Returns Network domain for networks in the domain.

Returns:

  • (Object, nil)

    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

#pathObject

Returns Path of the domain.,Prefix C(ROOT/) or C(/ROOT/) in path is optional.

Returns:

  • (Object)

    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_asyncBoolean?

Returns Poll async jobs until job has finished.

Returns:

  • (Boolean, nil)

    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.

Returns:

  • (:present, :absent, nil)

    State of the domain.



21
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_domain.rb', line 21

attribute :state