Class: Ansible::Ruby::Modules::Os_object

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

Instance Method Summary collapse

Methods inherited from Base

#to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#containerString

Returns The name of the container in which to create the object.

Returns:

  • (String)

    The name of the container in which to create the object



10
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_object.rb', line 10

attribute :container

#container_access:private, ...

Returns desired container access level.

Returns:

  • (:private, :public, nil)

    desired container access level.



22
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_object.rb', line 22

attribute :container_access

#filenameString?

Returns Path to local file to be uploaded.

Returns:

  • (String, nil)

    Path to local file to be uploaded.



18
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_object.rb', line 18

attribute :filename

#nameString?

Returns Name to be give to the object. If omitted, operations will be on the entire container.

Returns:

  • (String, nil)

    Name to be give to the object. If omitted, operations will be on the entire container



14
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_object.rb', line 14

attribute :name

#state:present, ...

Returns Should the resource be present or absent.

Returns:

  • (:present, :absent, nil)

    Should the resource be present or absent.



26
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_object.rb', line 26

attribute :state