Method: LinodeOpenapiClient::Linode6.openapi_types
- Defined in:
- lib/linode_openapi_client/models/linode6.rb
.openapi_types ⇒ Object
Attribute type mapping.
128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 |
# File 'lib/linode_openapi_client/models/linode6.rb', line 128 def self.openapi_types { :'image' => :'String', :'placement_group' => :'Linode6PlacementGroup', :'has_user_data' => :'Boolean', :'watchdog_enabled' => :'Boolean', :'type' => :'String', :'label' => :'String', :'updated' => :'Time', :'ipv6' => :'String', :'specs' => :'Linode6Specs', :'id' => :'Integer', :'tags' => :'Array<String>', :'hypervisor' => :'String', :'created' => :'Time', :'ipv4' => :'Array<String>', :'region' => :'String', :'backups' => :'Linode5Backups', :'host_uuid' => :'String', :'alerts' => :'Linode5Alerts', :'group' => :'String', :'status' => :'String' } end |