Name | Type | Description | Notes |
---|---|---|---|
vpc_id | String | The VPC ID to detach from this Bare Metal Instance. | [optional] |
require 'vultr_ruby'
instance = VultrRuby::DetachBaremetalVpc2Request.new(
vpc_id: null
)
Name | Type | Description | Notes |
---|---|---|---|
vpc_id | String | The VPC ID to detach from this Bare Metal Instance. | [optional] |
require 'vultr_ruby'
instance = VultrRuby::DetachBaremetalVpc2Request.new(
vpc_id: null
)