blob: 51dea3a951029b30ec2725dc532800eb32b74625 [file] [log] [blame]
package vips
// VIP represents a Virtual IP API resource.
type VIP struct {
Address string `json:"address,omitempty"`
ID int `json:"id,omitempty"`
Type string `json:"type,omitempty"`
Version string `json:"ipVersion,omitempty" mapstructure:"ipVersion"`
}