Constructor and Description |
---|
MembershipAttributesData(Set<String> requiredRoles,
String lossAction,
String resumptionAction) |
Modifier and Type | Method and Description |
---|---|
String |
getLossAction()
Returns the policy that describes the action to take if any required
roles are missing.
|
Set<String> |
getRequiredRoles()
Returns the set of Roles that are required for the reliability
of this region.
|
String |
getResumptionAction()
Returns the policy that describes the action to take when resuming
from missing roles.
|
String |
toString() |
public Set<String> getRequiredRoles()
public String getLossAction()
public String getResumptionAction()
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.