Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 424 Bytes

AttachReservedIpRequest.md

File metadata and controls

18 lines (12 loc) · 424 Bytes

VultrRuby::AttachReservedIpRequest

Properties

Name Type Description Notes
instance_id String Attach the Reserved IP to a Compute Instance id or a Bare Metal Instance id.

Example

require 'vultr_ruby'

instance = VultrRuby::AttachReservedIpRequest.new(
  instance_id: null
)