mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[ibm] Rename root_only -> is_mini_ephemeral
This commit is contained in:
parent
21f5de7179
commit
e4241047b8
7 changed files with 7 additions and 6 deletions
|
|
@ -21,7 +21,7 @@ module Fog
|
|||
# * 'launchTime'<~Integer>: UNIX time integer representing when the instance was launched
|
||||
# * 'id'<~String>: instance id
|
||||
# * 'volumes'<~Array>:
|
||||
# * 'root-only'<~Boolean>: instance id
|
||||
# * 'isMiniEphemeral'<~Boolean>: minimal local storage
|
||||
# * 'instanceType'<~String>: instance type
|
||||
# * 'diskSize'<~String>: instance disk size
|
||||
# * 'requestName'<~String>: instance request name
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ module Fog
|
|||
# * 'launchTime'<~Integer>: UNIX time integer representing when the instance was launched
|
||||
# * 'id'<~String>: instance id
|
||||
# * 'volumes'<~Array>:
|
||||
# * 'root-only'<~Boolean>: instance id
|
||||
# * 'isMiniEphemeral'<~Boolean>: minimal local storage
|
||||
# * 'instanceType'<~String>: instance type
|
||||
# * 'diskSize'<~String>: instance disk size
|
||||
# * 'requestName'<~String>: instance request name
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ module Fog
|
|||
# * 'launchTime'<~Integer>: UNIX time integer representing when the instance was launched
|
||||
# * 'id'<~String>: instance id
|
||||
# * 'volumes'<~Array>:
|
||||
# * 'root-only'<~Boolean>: instance id
|
||||
# * 'isMiniEphemeral'<~Boolean>: minimal local storage
|
||||
# * 'instanceType'<~String>: instance type
|
||||
# * 'diskSize'<~String>: instance disk size
|
||||
# * 'requestName'<~String>: instance request name
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ module Fog
|
|||
# * 'launchTime'<~Integer>: UNIX time integer representing when the instance was launched
|
||||
# * 'id'<~String>: instance id
|
||||
# * 'volumes'<~Array>:
|
||||
# * 'root-only'<~Boolean>: instance id
|
||||
# * 'isMiniEphemeral'<~Boolean>: minimal local storage
|
||||
# * 'instanceType'<~String>: instance type
|
||||
# * 'diskSize'<~String>: instance disk size
|
||||
# * 'requestName'<~String>: instance request name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue