Jamie Hannaford | f0cd165 | 2014-11-04 10:54:11 +0100 | [diff] [blame] | 1 | package vips |
Jamie Hannaford | 1c81731 | 2014-11-04 10:56:58 +0100 | [diff] [blame^] | 2 | |
3 | // VIP represents a Virtual IP API resource. | ||||
4 | type VIP struct { | ||||
5 | Address string `json:"address,omitempty"` | ||||
6 | ID int `json:"id,omitempty"` | ||||
7 | Type string `json:"type,omitempty"` | ||||
8 | Version string `json:"ipVersion,omitempty" mapstructure:"ipVersion"` | ||||
9 | } |