| Name | Type | Description | Notes |
|---|---|---|---|
| neighbors | Array<String> | An array of Instance ids in the same location as this Instance. | [optional] |
require 'vultr_ruby'
instance = VultrRuby::GetInstanceNeighbors200Response.new(
neighbors: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| neighbors | Array<String> | An array of Instance ids in the same location as this Instance. | [optional] |
require 'vultr_ruby'
instance = VultrRuby::GetInstanceNeighbors200Response.new(
neighbors: null
)