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

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



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

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.



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

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.



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

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.



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

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.



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

attribute :wait