Name | Type | Description | Notes |
---|---|---|---|
network_id | String | The Private Network id to attach to this Instance. | [optional] |
require 'vultr_ruby'
instance = VultrRuby::AttachInstanceNetworkRequest.new(
network_id: null
)
Name | Type | Description | Notes |
---|---|---|---|
network_id | String | The Private Network id to attach to this Instance. | [optional] |
require 'vultr_ruby'
instance = VultrRuby::AttachInstanceNetworkRequest.new(
network_id: null
)