Class: Ansible::Ruby::Modules::Os_stack

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/openstack/os_stack.rb

Overview

Add or Remove a Stack to an OpenStack Heat

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

#availability_zoneObject?

Returns Ignored. Present for backwards compatibility.

Returns:

  • (Object, nil)

    Ignored. Present for backwards compatibility



44
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_stack.rb', line 44

attribute :availability_zone

#environmentArray<String>, ...

Returns List of environment files that should be used for the stack creation.

Returns:

  • (Array<String>, String, nil)

    List of environment files that should be used for the stack creation



28
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_stack.rb', line 28

attribute :environment

#nameString

Returns Name of the stack that should be created, name could be char and digit, no space.

Returns:

  • (String)

    Name of the stack that should be created, name could be char and digit, no space



16
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_stack.rb', line 16

attribute :name

#parametersHash?

Returns Dictionary of parameters for the stack creation.

Returns:

  • (Hash, nil)

    Dictionary of parameters for the stack creation



32
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_stack.rb', line 32

attribute :parameters

#rollback:yes, ...

Returns Rollback stack creation.

Returns:

  • (:yes, :no, nil)

    Rollback stack creation



36
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_stack.rb', line 36

attribute :rollback

#state:present, ...

Returns Indicate desired state of the resource.

Returns:

  • (:present, :absent, nil)

    Indicate desired state of the resource



12
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_stack.rb', line 12

attribute :state

#tagString?

Returns Tag for the stack that should be created, name could be char and digit, no space.

Returns:

  • (String, nil)

    Tag for the stack that should be created, name could be char and digit, no space



20
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_stack.rb', line 20

attribute :tag

#templateString?

Returns Path of the template file to use for the stack creation.

Returns:

  • (String, nil)

    Path of the template file to use for the stack creation



24
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_stack.rb', line 24

attribute :template

#timeoutInteger?

Returns Maximum number of seconds to wait for the stack creation.

Returns:

  • (Integer, nil)

    Maximum number of seconds to wait for the stack creation



40
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_stack.rb', line 40

attribute :timeout