Static
NAMEStatic
VERSIONAddMachines adds new machines with the supplied parameters.
DestroyMachine removes a set of machines from the model.
DestroyMachineWithParams removes a set of machines from the model.
ForceDestroyMachine forcibly removes a set of machines from the model. TODO (anastasiamac 2019-4-24) From Juju 3.0 this call will be removed in favour of DestroyMachinesWithParams. Also from ModelManger v6 this call is less useful as it does not support MaxWait customisation.
GetUpgradeSeriesMessages returns all new messages associated with upgrade series events. Messages that have already been retrieved once are not returned by this method.
InstanceTypes returns instance type information for the cloud and region in which the current model is deployed.
UpgradeSeriesComplete marks a machine as having completed a managed series upgrade.
UpgradeSeriesPrepare prepares a machine for a OS series upgrade.
UpgradeSeriesValidate validates that the incoming arguments correspond to a valid series upgrade for the target machine. If they do, a list of the machine's current units is returned for use in soliciting user confirmation of the command.
WatchUpgradeSeriesNotifications returns a watcher that fires on upgrade series events.
Generated using TypeDoc
MachineManagerAPIV6 defines the Version 6 of Machine Manager API. Changes input parameters to DestroyMachineWithParams and ForceDestroyMachine.