Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶
type Instance interface {
// Name returns the instance name.
Name() string
// ID returns the instance identifier.
ID() string
// Addresses returns a list of addresses associated with the instance.
Addresses() []string
// Status returns the instance status.
Status() Status
}
Instance represents a instance on the cloud provider
Click to show internal directories.
Click to hide internal directories.