Versions in this module Expand all Collapse all v0 v0.2.0 Sep 9, 2023 Changes in this version + func GetInstanceExternalIP(inst string, project string, zone string) (string, error) + type Config struct + NATIP string + type Instance struct + External string + Internal string + Name string + Preemptible bool + Status string + Type string + type InstanceDetails struct + NIC []Interface + type Instances struct + List []Instance + Project string + Zone string + func NewInstances(project string, zone string) *Instances + func (i *Instances) GetInstancesList() (string, error) + func (i *Instances) GetList() ([]Instance, error) + func (i *Instances) Start(inst string) error + func (i *Instances) Status(inst string) (string, error) + func (i *Instances) Stop(inst string) error + type Interface struct + AccessConfig []Config