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

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

Overview

Create, update and remove domains.

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, remove_existing_validations, #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).



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

attribute :clean_up

#network_domainObject?

Returns Network domain for networks in the domain.

Returns:

  • (Object, nil)

    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

#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.



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

attribute :path

#poll_asyncBoolean?

Returns Poll async jobs until job has finished.

Returns:

  • (Boolean, nil)

    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.

Returns:

  • (:present, :absent, nil)

    State of the domain.



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

attribute :state