Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 396 Bytes

CreateInstanceIpv4Request.md

File metadata and controls

18 lines (12 loc) · 396 Bytes

VultrRuby::CreateInstanceIpv4Request

Properties

Name Type Description Notes
reboot Boolean Set if the server is rebooted immediately after the IPv4 address is created. * true (default) * false [optional]

Example

require 'vultr_ruby'

instance = VultrRuby::CreateInstanceIpv4Request.new(
  reboot: null
)