public class HostOrderItem extends Object
HostOrderItem
class represents the orchestration order of hosts
and service checks in an UpgradeType.HOST_ORDERED
upgrade.Modifier and Type | Class and Description |
---|---|
static class |
HostOrderItem.HostOrderActionType
The
HostOrderItem.HostOrderActionType defines the type of action which should be
taken on the list of action items. |
Constructor and Description |
---|
HostOrderItem(HostOrderItem.HostOrderActionType type,
List<String> actionItems)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getActionItems()
Gets the list of action items to take action on.
|
HostOrderItem.HostOrderActionType |
getType()
Gets the type of action to take.
|
String |
toString() |
public HostOrderItem(HostOrderItem.HostOrderActionType type, List<String> actionItems)
type
- actionItems
- public HostOrderItem.HostOrderActionType getType()
public List<String> getActionItems()
Copyright © 2022 Apache Software Foundation. All rights reserved.