| 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] |
require 'vultr_ruby'
instance = VultrRuby::CreateReservedIpRequest.new(
region: null,
ip_type: null,
label: null
)