Class: Ansible::Ruby::Modules::Os_object
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Os_object
- Defined in:
- lib/ansible/ruby/modules/generated/core/cloud/openstack/os_object.rb
Overview
Create or Delete objects and containers from OpenStack
Instance Method Summary collapse
-
#container ⇒ String
The name of the container in which to create the object.
-
#container_access ⇒ :private, ...
Desired container access level.
-
#filename ⇒ String?
Path to local file to be uploaded.
-
#name ⇒ String?
Name to be give to the object.
-
#state ⇒ :present, ...
Should the resource be present or absent.
Methods inherited from Base
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
#container ⇒ String
11 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_object.rb', line 11 attribute :container |
#container_access ⇒ :private, ...
23 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_object.rb', line 23 attribute :container_access |
#filename ⇒ String?
19 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_object.rb', line 19 attribute :filename |
#name ⇒ String?
15 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_object.rb', line 15 attribute :name |
#state ⇒ :present, ...
27 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_object.rb', line 27 attribute :state |