Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 512 Bytes

AttachBaremetalsVpc2Request.md

File metadata and controls

20 lines (14 loc) · 512 Bytes

VultrRuby::AttachBaremetalsVpc2Request

Properties

Name Type Description Notes
vpc_id String The VPC ID to attach to this Bare Metal Instance. [optional]
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::AttachBaremetalsVpc2Request.new(
  vpc_id: null,
  ip_address: null
)