| Package | Description |
|---|---|
| com.h3c.sdn.adm |
Definitions of the domain model and services specific to the
Administrator tier of the VCF Controller.
|
| com.h3c.sdn.system |
Definitions of the domain model pertaining to the SDN Controller system.
|
| com.h3c.sdn.teamconfig |
Team configuration information.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TeammateCommandExecutorService.Command<R,I,T extends Addressable<IpAddress>>
Command.
|
static interface |
TeammateCommandExecutorService.CommandListener<R,T extends Addressable<IpAddress>>
Command listener.
|
| Modifier and Type | Method and Description |
|---|---|
<R,I,T extends Addressable<IpAddress>> |
TeammateCommandExecutorService.execute(TeammateCommandExecutorService.Command<R,I,T> command,
I input,
Collection<T> teammates)
Executes a command across a potential team (Before the team has been
created).
|
<R,I,T extends Addressable<IpAddress>> |
TeammateCommandExecutorService.execute(TeammateCommandExecutorService.Command<R,I,T> command,
I input,
Collection<T> teammates,
TeammateCommandExecutorService.CommandListener<R,T> listener)
Executes a command across a potential team (Before the team has been
created).
|
| Modifier and Type | Class and Description |
|---|---|
class |
SystemInformation
Descriptor holding the basic information required to represent the system
information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SystemConfigReq
Descriptor holding the basic information to represent a system in a team.
|
class |
SystemConfigRsp
Descriptor holding the basic information to represent a system in a team.
|
Copyright © 2014. All Rights Reserved.