| Package | Description |
|---|---|
| com.h3c.sdn.adm.dao.model |
Model POJOs implementations used to persist and retrieve information
applicable at the Administrator tier of the SDN Controller.
|
| com.h3c.sdn.system |
Definitions of the domain model pertaining to the SDN Controller system.
|
| Modifier and Type | Method and Description |
|---|---|
SystemRole |
SystemInformationEntity.getRole()
Gets the system role.
|
SystemRole |
SystemInformationEntity.SystemInformationRole.toSystemRole()
returns the SystemRole enumeration matching this enum
|
| Modifier and Type | Method and Description |
|---|---|
static SystemInformationEntity.SystemInformationRole |
SystemInformationEntity.SystemInformationRole.fromSystemRole(SystemRole systemRole)
Locates the SystemInformationRole enumeration constant matching a
given SystemRole enumeration
|
void |
SystemInformationEntity.setRole(SystemRole role)
Sets the system role.
|
| Constructor and Description |
|---|
SystemInformationEntity(UUID uid,
SystemRole role,
BuildVersion buildVersion,
IpAddress ipAddress,
boolean isSelf)
Creates a new system information entity.
|
| Modifier and Type | Method and Description |
|---|---|
SystemRole |
SystemInformation.role()
Returns the role of the system.
|
static SystemRole |
SystemRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemRole[] |
SystemRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SystemInformation.setRole(SystemRole role)
Sets the role of the system.
|
Copyright © 2014. All Rights Reserved.