public interface ProviderManaged
| Modifier and Type | Interface and Description |
|---|---|
static class |
ProviderManaged.LeafIdentifier
Identify the leaf of ProviderManaged.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
enabled()
Returns the attribute enabled.
|
void |
enabled(boolean enabled)
Sets the attribute enabled.
|
boolean |
isLeafValueSet(ProviderManaged.LeafIdentifier leaf)
Checks if the leaf value is set.
|
boolean |
optimalTrafficDelivery()
Returns the attribute optimalTrafficDelivery.
|
void |
optimalTrafficDelivery(boolean optimalTrafficDelivery)
Sets the attribute optimalTrafficDelivery.
|
boolean |
rpRedundancy()
Returns the attribute rpRedundancy.
|
void |
rpRedundancy(boolean rpRedundancy)
Sets the attribute rpRedundancy.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
boolean enabled()
boolean rpRedundancy()
boolean optimalTrafficDelivery()
BitSet valueLeafFlags()
void enabled(boolean enabled)
enabled - value of enabledvoid rpRedundancy(boolean rpRedundancy)
rpRedundancy - value of rpRedundancyvoid optimalTrafficDelivery(boolean optimalTrafficDelivery)
optimalTrafficDelivery - value of optimalTrafficDeliveryboolean isLeafValueSet(ProviderManaged.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.