Searched refs:InternalIP (Results 1 – 3 of 3) sorted by relevance
33 InternalIP string member79 ctx.InternalIP = iface.NetworkIP89 if ctx.InternalIP == "" {
98 GCE.Instance, GCE.InternalIP, GCE.ProjectID, GCE.ZoneID, GCE.Network, GCE.Subnetwork)194 return fmt.Sprintf("%v:%v", inst.GCE.InternalIP, port), nil
321 func InternalIP() (string, error) { func