Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 469 Bytes

CreateSnapshotRequest.md

File metadata and controls

20 lines (14 loc) · 469 Bytes

VultrRuby::CreateSnapshotRequest

Properties

Name Type Description Notes
instance_id String Create a Snapshot for this Instance id.
description String The user-supplied description of the Snapshot. [optional]

Example

require 'vultr_ruby'

instance = VultrRuby::CreateSnapshotRequest.new(
  instance_id: null,
  description: null
)