Name | Type | Description | Notes |
---|---|---|---|
instance_id | String | Attach the Block Storage to this Instance id. | |
live | Boolean | Attach Block Storage without restarting the Instance. |
require 'vultr_ruby'
instance = VultrRuby::AttachBlockRequest.new(
instance_id: null,
live: null
)