Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 644 Bytes

AttachBlockRequest.md

File metadata and controls

20 lines (14 loc) · 644 Bytes

VultrRuby::AttachBlockRequest

Properties

Name Type Description Notes
instance_id String Attach the Block Storage to this Instance id.
live Boolean Attach Block Storage without restarting the Instance.

Example

require 'vultr_ruby'

instance = VultrRuby::AttachBlockRequest.new(
  instance_id: null,
  live: null
)