Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 477 Bytes

UpdateBlockRequest.md

File metadata and controls

20 lines (14 loc) · 477 Bytes

VultrRuby::UpdateBlockRequest

Properties

Name Type Description Notes
label String The user-supplied label. [optional]
size_gb Integer New size of the Block Storage in GB. Size may range between 10 and 40000 depending on the `block_type`. [optional]

Example

require 'vultr_ruby'

instance = VultrRuby::UpdateBlockRequest.new(
  label: null,
  size_gb: null
)