Name | Type | Description | Notes |
---|---|---|---|
nodes | Array | An array of ID strings for instances and Bare Metal servers to attach as nodes to the VPC 2.0 network. A limit of 1000 nodes can be processed in a request |
require 'vultr_ruby'
instance = VultrRuby::AttachVpc2NodesRequest.new(
nodes: null
)