Name | Type | Description | Notes |
---|---|---|---|
nodes | Array | An array of ID strings for nodes to detach from the VPC 2.0 network. A limit of 1000 nodes can be processed in a request |
require 'vultr_ruby'
instance = VultrRuby::DetachVpc2NodesRequest.new(
nodes: null
)