| Name | Type | Description | Notes |
|---|---|---|---|
| network | String | The IPv6 subnet. | [optional] |
| main_ip | String | The main IPv6 network address. | [optional] |
| network_size | Integer | The IPv6 network size in bits. | [optional] |
require 'vultr_ruby'
instance = VultrRuby::InstanceV6NetworksInner.new(
network: null,
main_ip: null,
network_size: null
)