Class: Ansible::Ruby::Modules::Clc_blueprint_package

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

Overview

An Ansible module to deploy blue print package on a set of servers in CenturyLink Cloud.

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

#package_idString

Returns The package id of the blue print.

Returns:

  • (String)

    The package id of the blue print.



15
# File 'lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_blueprint_package.rb', line 15

attribute :package_id

#package_paramsObject?

Returns The dictionary of arguments required to deploy the blue print.

Returns:

  • (Object, nil)

    The dictionary of arguments required to deploy the blue print.



19
# File 'lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_blueprint_package.rb', line 19

attribute :package_params

#server_idsArray<String>, String

Returns A list of server Ids to deploy the blue print package.

Returns:

  • (Array<String>, String)

    A list of server Ids to deploy the blue print package.



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

attribute :server_ids

#state:present?

Returns Whether to install or un-install the package. Currently it supports only “present” for install action.

Returns:

  • (:present, nil)

    Whether to install or un-install the package. Currently it supports only “present” for install action.



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

attribute :state

#waitBoolean?

Returns Whether to wait for the tasks to finish before returning.

Returns:

  • (Boolean, nil)

    Whether to wait for the tasks to finish before returning.



26
# File 'lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_blueprint_package.rb', line 26

attribute :wait