Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
API provides access to the InstancePoller API facade.
func (*API) CanDeallocateAddresses ¶
CanDeallocateAddresses checks if the current environment can deallocate IP addresses.
func (*API) CleanupIPAddresses ¶
CleanupIPAddresses releases and removes the dead IP addresses. If not all IP addresses could be released and removed a params.ErrTryAgain is returned.
func (*API) WatchIPAddresses ¶
func (api *API) WatchIPAddresses() (watcher.EntityWatcher, error)
WatchIPAddresses returns a EntityWatcher for observing the tags of IP addresses with changes in life cycle. The initial event will contain the tags of any IP addresses which are no longer Alive.
Click to show internal directories.
Click to hide internal directories.