Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 510 Bytes

DetachBlockRequest.md

File metadata and controls

18 lines (12 loc) · 510 Bytes

VultrRuby::DetachBlockRequest

Properties

Name Type Description Notes
live Boolean Detach Block Storage without restarting the Instance.

Example

require 'vultr_ruby'

instance = VultrRuby::DetachBlockRequest.new(
  live: null
)