blob: 51dea3a951029b30ec2725dc532800eb32b74625 [file] [log] [blame]
Jamie Hannafordf0cd1652014-11-04 10:54:11 +01001package vips
Jamie Hannaford1c817312014-11-04 10:56:58 +01002
3// VIP represents a Virtual IP API resource.
4type 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}