Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 502 Bytes

File metadata and controls

22 lines (16 loc) · 502 Bytes

VultrRuby::InstanceV6NetworksInner

Properties

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]

Example

require 'vultr_ruby'

instance = VultrRuby::InstanceV6NetworksInner.new(
  network: null,
  main_ip: null,
  network_size: null
)