Module: Nifcloud::Client::Instances
- Included in:
- Nifcloud::Client
- Defined in:
- lib/nifcloud/client/Instances.rb
Instance Method Summary collapse
- #DescribeInstanceAttribute(options = {}) ⇒ Object
- #DescribeInstances(options = {}) ⇒ Object
- #ModifyInstanceAttribute(options = {}) ⇒ Object
- #RebootInstances(options = {}) ⇒ Object
- #RunInstances(options = {}) ⇒ Object
- #StartInstances(options = {}) ⇒ Object
Instance Method Details
#DescribeInstanceAttribute(options = {}) ⇒ Object
8 9 10 11 |
# File 'lib/nifcloud/client/Instances.rb', line 8 def DescribeInstanceAttribute(={}) [:Action] = 'DescribeInstanceAttribute' get('/', query: ) end |
#DescribeInstances(options = {}) ⇒ Object
3 4 5 6 |
# File 'lib/nifcloud/client/Instances.rb', line 3 def DescribeInstances(={}) [:Action] = 'DescribeInstances' get('/', query: ) end |
#ModifyInstanceAttribute(options = {}) ⇒ Object
13 14 15 16 |
# File 'lib/nifcloud/client/Instances.rb', line 13 def ModifyInstanceAttribute(={}) [:Action] = 'ModifyInstanceAttribute' get('/', query: ) end |
#RebootInstances(options = {}) ⇒ Object
18 19 20 21 |
# File 'lib/nifcloud/client/Instances.rb', line 18 def RebootInstances(={}) [:Action] = 'RebootInstances' get('/', query: ) end |
#RunInstances(options = {}) ⇒ Object
23 24 25 26 |
# File 'lib/nifcloud/client/Instances.rb', line 23 def RunInstances(={}) [:Action] = 'RunInstances' get('/', query: ) end |
#StartInstances(options = {}) ⇒ Object
28 29 30 31 |
# File 'lib/nifcloud/client/Instances.rb', line 28 def StartInstances(={}) [:Action] = 'StartInstances' get('/', query: ) end |