Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 342 Bytes

GetBareMetalVnc200ResponseVnc.md

File metadata and controls

18 lines (12 loc) · 342 Bytes

VultrRuby::GetBareMetalVnc200ResponseVnc

Properties

Name Type Description Notes
url String This is the VNC URL for the Bare Metal Instance [optional]

Example

require 'vultr_ruby'

instance = VultrRuby::GetBareMetalVnc200ResponseVnc.new(
  url: null
)