public class OpenVSwitch extends AbstractOvsdbTableService
| Modifier and Type | Class and Description |
|---|---|
static class |
OpenVSwitch.OpenVSwitchColumn
OpenVSwitch table column name.
|
| Constructor and Description |
|---|
OpenVSwitch(DatabaseSchema dbSchema,
Row row)
Constructs a OpenVSwitch object.
|
| Modifier and Type | Method and Description |
|---|---|
Column |
getBridgesColumn()
Get the Column entity which column name is "bridges" from the Row entity
of attributes.
|
Column |
getCapabilitiesColumn()
Get the Column entity which column name is "capabilities" from the Row
entity of attributes.
|
Column |
getCurrentConfigColumn()
Get the Column entity which column name is "cur_cfg" from the Row entity
of attributes.
|
Column |
getDbVersionColumn()
Get the Column entity which column name is "db_version" from the Row
entity of attributes.
|
Column |
getExternalIdsColumn()
Get the Column entity which column name is "external_ids" from the Row
entity of attributes.
|
Column |
getManagerOptionsColumn()
Get the Column entity which column name is "manager_options" from the Row
entity of attributes.
|
Column |
getManagersColumn()
Get the Column entity which column name is "managers" from the Row entity
of attributes.
|
Column |
getNextConfigColumn()
Get the Column entity which column name is "next_cfg" from the Row entity
of attributes.
|
Column |
getOtherConfigColumn()
Get the Column entity which column name is "other_config" from the Row
entity of attributes.
|
Column |
getOvsVersionColumn()
Get the Column entity which column name is "ovs_version" from the Row
entity of attributes.
|
Column |
getSslColumn()
Get the Column entity which column name is "ssl" from the Row entity of
attributes.
|
Column |
getStatisticsColumn()
Get the Column entity which column name is "statistics" from the Row
entity of attributes.
|
Column |
getSystemTypeColumn()
Get the Column entity which column name is "system_type" from the Row
entity of attributes.
|
Column |
getSystemVersionColumn()
Get the Column entity which column name is "system_version" from the Row
entity of attributes.
|
void |
setBridges(Set<Uuid> bridges)
Add a Column entity which column name is "bridges" to the Row entity of
attributes.
|
void |
setCapabilities(Map<String,Uuid> capabilities)
Add a Column entity which column name is "capabilities" to the Row entity
of attributes.
|
void |
setCurrentConfig(Long currentConfig)
Add a Column entity which column name is "cur_cfg" to the Row entity of
attributes.
|
void |
setDbVersion(Set<String> dbVersion)
Add a Column entity which column name is "db_version" to the Row entity
of attributes.
|
void |
setExternalIds(Map<String,String> externalIds)
Add a Column entity which column name is "external_ids" to the Row entity
of attributes.
|
void |
setManagerOptions(Set<Uuid> managerOptions)
Add a Column entity which column name is "manager_options" to the Row
entity of attributes.
|
void |
setManagers(Set<Uuid> managers)
Add a Column entity which column name is "managers" to the Row entity of
attributes.
|
void |
setNextConfig(Long nextConfig)
Add a Column entity which column name is "next_cfg" to the Row entity of
attributes.
|
void |
setOtherConfig(Map<String,String> otherConfig)
Add a Column entity which column name is "other_config" to the Row entity
of attributes.
|
void |
setOvsVersion(Set<String> ovsVersion)
Add a Column entity which column name is "ovs_version" to the Row entity
of attributes.
|
void |
setSsl(Set<Uuid> ssl)
Add a Column entity which column name is "ssl" to the Row entity of
attributes.
|
void |
setStatistics(Map<String,Long> statistics)
Add a Column entity which column name is "statistics" to the Row entity
of attributes.
|
void |
setSystemType(Set<String> systemType)
Add a Column entity which column name is "system_type" to the Row entity
of attributes.
|
void |
setSystemVersion(Set<String> systemVersion)
Add a Column entity which column name is "system_version" to the Row
entity of attributes.
|
dbSchema, equals, getColumnHandler, getDataHandler, getRow, getTableUuid, getTableUuidColumn, getTableVersion, getTableVersionColumn, hashCode, setDataHandler, tableDesc, toStringpublic OpenVSwitch(DatabaseSchema dbSchema, Row row)
dbSchema - DatabaseSchemarow - Rowpublic Column getBridgesColumn()
public void setBridges(Set<Uuid> bridges)
bridges - the column data which column name is "bridges"public Column getManagersColumn()
public void setManagers(Set<Uuid> managers)
managers - the column data which column name is "managers"public Column getManagerOptionsColumn()
public void setManagerOptions(Set<Uuid> managerOptions)
managerOptions - the column data which column name is
"manager_options"public Column getSslColumn()
public void setSsl(Set<Uuid> ssl)
ssl - the column data which column name is "ssl"public Column getOtherConfigColumn()
public void setOtherConfig(Map<String,String> otherConfig)
otherConfig - the column data which column name is "other_config"public Column getExternalIdsColumn()
public void setExternalIds(Map<String,String> externalIds)
externalIds - the column data which column name is "external_ids"public Column getNextConfigColumn()
public void setNextConfig(Long nextConfig)
nextConfig - the column data which column name is "next_cfg"public Column getCurrentConfigColumn()
public void setCurrentConfig(Long currentConfig)
currentConfig - the column data which column name is "cur_cfg"public Column getCapabilitiesColumn()
public void setCapabilities(Map<String,Uuid> capabilities)
capabilities - the column data which column name is "capabilities"public Column getStatisticsColumn()
public void setStatistics(Map<String,Long> statistics)
statistics - the column data which column name is "statistics"public Column getOvsVersionColumn()
public void setOvsVersion(Set<String> ovsVersion)
ovsVersion - the column data which column name is "ovs_version"public Column getDbVersionColumn()
public void setDbVersion(Set<String> dbVersion)
dbVersion - the column data which column name is "db_version"public Column getSystemTypeColumn()
public void setSystemType(Set<String> systemType)
systemType - the column data which column name is "system_type"public Column getSystemVersionColumn()