Documentation ¶ Index ¶ type CloudInstance type NetworkInterface Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type CloudInstance ¶ type CloudInstance struct { Name string Type string AcceleratorProtocol string Interfaces []NetworkInterface } type NetworkInterface ¶ type NetworkInterface struct { IPv4 string `json:"ip,omitempty"` IPv6 []string `json:"ipv6,omitempty"` Mac string `json:"mac,omitempty"` MTU int `json:"mtu,omitempty"` Network string `json:"network,omitempty"` } Source Files ¶ View all Source files cloud.go Directories ¶ Show internal Expand all Path Synopsis gce Click to show internal directories. Click to hide internal directories.