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

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/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, fix_inclusion, #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).



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

attribute :clean_up

#network_domainString?

Returns Network domain for networks in the domain.

Returns:

  • (String, nil)

    Network domain for networks in the domain.



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

attribute :network_domain

#pathString

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

Returns:

  • (String)

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



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

attribute :path

#poll_asyncBoolean?

Returns Poll async jobs until job has finished.

Returns:

  • (Boolean, nil)

    Poll async jobs until job has finished.



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

attribute :poll_async

#state:present, ...

Returns State of the domain.

Returns:

  • (:present, :absent, nil)

    State of the domain.



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

attribute :state