Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 487 Bytes

AttachVpc2NodesRequest.md

File metadata and controls

18 lines (12 loc) · 487 Bytes

VultrRuby::AttachVpc2NodesRequest

Properties

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

Example

require 'vultr_ruby'

instance = VultrRuby::AttachVpc2NodesRequest.new(
  nodes: null
)