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