diff --git a/lib/fog/hp/requests/block_storage/create_snapshot.rb b/lib/fog/hp/requests/block_storage/create_snapshot.rb index acbf624ad..09b2a5bc4 100644 --- a/lib/fog/hp/requests/block_storage/create_snapshot.rb +++ b/lib/fog/hp/requests/block_storage/create_snapshot.rb @@ -21,7 +21,7 @@ module Fog # * 'displayDescription'<~String>: - Description of the snapshot # * 'size'<~Integer>: - Size in GB for the snapshot # * 'status'<~String>: - Status of the snapshot i.e. "creating" - # * 'volumeId'<~String>: - Id of the volume from which the snapshot was created + # * 'volumeId'<~Integer>: - Id of the volume from which the snapshot was created # * 'createdAt'<~String>: - Timestamp in UTC when snapshot was created def create_snapshot(name, description, volume_id, options={}) data = { diff --git a/lib/fog/hp/requests/block_storage/list_snapshots.rb b/lib/fog/hp/requests/block_storage/list_snapshots.rb index 8cb4044dc..e2c594264 100644 --- a/lib/fog/hp/requests/block_storage/list_snapshots.rb +++ b/lib/fog/hp/requests/block_storage/list_snapshots.rb @@ -17,7 +17,7 @@ module Fog # * 'displayDescription'<~String>: - Description of the snapshot # * 'size'<~Integer>: - Size in GB for the snapshot # * 'status'<~String>: - Status of the snapshot i.e. "available" - # * 'volumeId'<~String>: - Id of the volume from which the snapshot was created + # * 'volumeId'<~Integer>: - Id of the volume from which the snapshot was created # * 'createdAt'<~String>: - Timestamp in UTC when volume was created def list_snapshots response = request(