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(java.util.Set<Uuid> bridges)
Add a Column entity which column name is "bridges" to the Row entity of
attributes.
|
void |
setCapabilities(java.util.Map<java.lang.String,Uuid> capabilities)
Add a Column entity which column name is "capabilities" to the Row entity
of attributes.
|
void |
setCurrentConfig(java.lang.Long currentConfig)
Add a Column entity which column name is "cur_cfg" to the Row entity of
attributes.
|
void |
setDbVersion(java.util.Set<java.lang.String> dbVersion)
Add a Column entity which column name is "db_version" to the Row entity
of attributes.
|
void |
setExternalIds(java.util.Map<java.lang.String,java.lang.String> externalIds)
Add a Column entity which column name is "external_ids" to the Row entity
of attributes.
|
void |
setManagerOptions(java.util.Set<Uuid> managerOptions)
Add a Column entity which column name is "manager_options" to the Row
entity of attributes.
|
void |
setManagers(java.util.Set<Uuid> managers)
Add a Column entity which column name is "managers" to the Row entity of
attributes.
|
void |
setNextConfig(java.lang.Long nextConfig)
Add a Column entity which column name is "next_cfg" to the Row entity of
attributes.
|
void |
setOtherConfig(java.util.Map<java.lang.String,java.lang.String> otherConfig)
Add a Column entity which column name is "other_config" to the Row entity
of attributes.
|
void |
setOvsVersion(java.util.Set<java.lang.String> ovsVersion)
Add a Column entity which column name is "ovs_version" to the Row entity
of attributes.
|
void |
setSsl(java.util.Set<Uuid> ssl)
Add a Column entity which column name is "ssl" to the Row entity of
attributes.
|
void |
setStatistics(java.util.Map<java.lang.String,java.lang.Long> statistics)
Add a Column entity which column name is "statistics" to the Row entity
of attributes.
|
void |
setSystemType(java.util.Set<java.lang.String> systemType)
Add a Column entity which column name is "system_type" to the Row entity
of attributes.
|
void |
setSystemVersion(java.util.Set<java.lang.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(java.util.Set<Uuid> bridges)
bridges - the column data which column name is "bridges"public Column getManagersColumn()
public void setManagers(java.util.Set<Uuid> managers)
managers - the column data which column name is "managers"public Column getManagerOptionsColumn()
public void setManagerOptions(java.util.Set<Uuid> managerOptions)
managerOptions - the column data which column name is
"manager_options"public Column getSslColumn()
public void setSsl(java.util.Set<Uuid> ssl)
ssl - the column data which column name is "ssl"public Column getOtherConfigColumn()
public void setOtherConfig(java.util.Map<java.lang.String,java.lang.String> otherConfig)
otherConfig - the column data which column name is "other_config"public Column getExternalIdsColumn()
public void setExternalIds(java.util.Map<java.lang.String,java.lang.String> externalIds)
externalIds - the column data which column name is "external_ids"public Column getNextConfigColumn()
public void setNextConfig(java.lang.Long nextConfig)
nextConfig - the column data which column name is "next_cfg"public Column getCurrentConfigColumn()
public void setCurrentConfig(java.lang.Long currentConfig)
currentConfig - the column data which column name is "cur_cfg"public Column getCapabilitiesColumn()
public void setCapabilities(java.util.Map<java.lang.String,Uuid> capabilities)
capabilities - the column data which column name is "capabilities"public Column getStatisticsColumn()
public void setStatistics(java.util.Map<java.lang.String,java.lang.Long> statistics)
statistics - the column data which column name is "statistics"public Column getOvsVersionColumn()
public void setOvsVersion(java.util.Set<java.lang.String> ovsVersion)
ovsVersion - the column data which column name is "ovs_version"public Column getDbVersionColumn()
public void setDbVersion(java.util.Set<java.lang.String> dbVersion)
dbVersion - the column data which column name is "db_version"public Column getSystemTypeColumn()
public void setSystemType(java.util.Set<java.lang.String> systemType)
systemType - the column data which column name is "system_type"public Column getSystemVersionColumn()
public void setSystemVersion(java.util.Set<java.lang.String> systemVersion)
systemVersion - the column data which column name is
"system_version"