Name | Type | Description | Notes |
---|---|---|---|
instance_id | String | Create a Snapshot for this Instance id. | |
description | String | The user-supplied description of the Snapshot. | [optional] |
require 'vultr_ruby'
instance = VultrRuby::CreateSnapshotRequest.new(
instance_id: null,
description: null
)