Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 487 Bytes

AttachInstanceVpc2Request.md

File metadata and controls

20 lines (14 loc) · 487 Bytes

VultrRuby::AttachInstanceVpc2Request

Properties

Name Type Description Notes
vpc_id String The VPC ID to attach to this Instance.
ip_address String The IP address to use for this instance on the attached VPC 2.0 network. [optional]

Example

require 'vultr_ruby'

instance = VultrRuby::AttachInstanceVpc2Request.new(
  vpc_id: null,
  ip_address: null
)