Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 543 Bytes

CreateSnapshotCreateFromUrlRequest.md

File metadata and controls

22 lines (16 loc) · 543 Bytes

VultrRuby::CreateSnapshotCreateFromUrlRequest

Properties

Name Type Description Notes
url String The public URL containing a RAW image.
description String The user-supplied description of the Snapshot. [optional]
uefi String Whether or not the snapshot uses UEFI. [optional]

Example

require 'vultr_ruby'

instance = VultrRuby::CreateSnapshotCreateFromUrlRequest.new(
  url: null,
  description: null,
  uefi: null
)