Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 806 Bytes

Startup.md

File metadata and controls

28 lines (22 loc) · 806 Bytes

VultrRuby::Startup

Properties

Name Type Description Notes
id String A unique ID for the Startup Script. [optional]
date_created String The date the Startup Script was created. [optional]
date_modified String The date the Startup Script was last modified. [optional]
name String The user-supplied name of the Startup Script. [optional]
script String The base-64 encoded Startup Script. [optional]
type String The Startup Script type. * boot * pxe [optional]

Example

require 'vultr_ruby'

instance = VultrRuby::Startup.new(
  id: null,
  date_created: null,
  date_modified: null,
  name: null,
  script: null,
  type: null
)