Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 526 Bytes

File metadata and controls

22 lines (16 loc) · 526 Bytes

VultrRuby::CreateReservedIpRequest

Properties

Name Type Description Notes
region String The Region id where the Reserved IP will be created.
ip_type String The type of IP address. * v4 * v6
label String The user-supplied label. [optional]

Example

require 'vultr_ruby'

instance = VultrRuby::CreateReservedIpRequest.new(
  region: null,
  ip_type: null,
  label: null
)