public interface GetShardRoleOutput extends org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<GetShardRoleOutput>
This class represents the following YANG schema fragment defined in module cluster-admin
output {
leaf role {
type string;
}
}
The schema path to identify an instance is
cluster-admin/get-shard-role/output
To create instances of this class use GetShardRoleOutputBuilder.
GetShardRoleOutputBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable String |
getRole()
Current role for the given shard, if not present the shard currently doesn't
have a role
|
@Nullable String getRole()
java.lang.String role, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.