[("instance_name", None, ht.TString, "A required instance name (for si
ngle-instance LUs)"), ("instance_uuid", None, ht.TMaybe(ht.TNonEmptySt
ring), "An instance UUID (for single-instance LUs)"), ("force", False,
ht.TBool, "Whether to force the operation"), ("ignore_offline_nodes",
False, ht.TBool, "Whether to ignore offline nodes"), ("timeout", 120,
ht.TNonNegative(ht.TInt), "How long to wait for instance to shut down
"), ("no_remember", False, ht.TBool, "Do not remember instance state c
hanges"), ("admin_state_source", None, ht.TMaybe(ht.TAdminStateSource)
...
|