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