Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 517 Bytes

UpdateStartupScriptRequest.md

File metadata and controls

22 lines (16 loc) · 517 Bytes

VultrRuby::UpdateStartupScriptRequest

Properties

Name Type Description Notes
name String The name of the Startup Script. [optional]
script String The base-64 encoded Startup Script. [optional]
type String The Startup Script type. boot (default) pxe [optional]

Example

require 'vultr_ruby'

instance = VultrRuby::UpdateStartupScriptRequest.new(
  name: null,
  script: null,
  type: null
)