Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetPopulateFunc ¶ added in v1.8.0
func SetPopulateFunc(fn PopulateFunc)
Types ¶
type Instance ¶
type Instance struct { RegionID string ZoneID string VPCID string VSwitchID string PrimaryMAC string InstanceID string InstanceType string }
func DefaultPopulate ¶ added in v1.8.0
func DefaultPopulate() *Instance
func EfloPopulate ¶ added in v1.8.0
func EfloPopulate() *Instance
func GetInstanceMeta ¶
func GetInstanceMeta() *Instance
type PopulateFunc ¶ added in v1.8.0
type PopulateFunc func() *Instance
Click to show internal directories.
Click to hide internal directories.