Class: Ansible::Ruby::Modules::Os_server_actions
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Os_server_actions
- Defined in:
- lib/ansible/ruby/modules/generated/core/cloud/openstack/os_server_actions.rb
Instance Method Summary collapse
-
#action ⇒ :stop, ...
Perform the given action.
-
#server ⇒ String
Name or ID of the instance.
-
#timeout ⇒ Integer?
The amount of time the module should wait for the instance to perform the requested action.
-
#wait ⇒ String?
If the module should wait for the instance action to be performed.
Methods inherited from Base
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
#action ⇒ :stop, ...
22 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_server_actions.rb', line 22 attribute :action |
#server ⇒ String
10 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_server_actions.rb', line 10 attribute :server |
#timeout ⇒ Integer?
18 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_server_actions.rb', line 18 attribute :timeout |
#wait ⇒ String?
14 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_server_actions.rb', line 14 attribute :wait |