public class Bridge extends AbstractOvsdbTableService
| Modifier and Type | Class and Description |
|---|---|
static class |
Bridge.BridgeColumn
Bridge table column name.
|
| Constructor and Description |
|---|
Bridge(DatabaseSchema dbSchema,
Row row)
Constructs a Bridge object.
|
| Modifier and Type | Method and Description |
|---|---|
Column |
getControllerColumn()
Get the Column entity which column name is "controller" from the Row
entity of attributes.
|
Column |
getDatapathIdColumn()
Get the Column entity which column name is "datapath_id" from the Row
entity of attributes.
|
Column |
getDatapathTypeColumn()
Get the Column entity which column name is "datapath_type" 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 |
getFailModeColumn()
Get the Column entity which column name is "fail_mode" from the Row
entity of attributes.
|
Column |
getFloodVlansColumn()
Get the Column entity which column name is "flood_vlans" from the Row
entity of attributes.
|
Column |
getFlowTablesColumn()
Get the Column entity which column name is "flow_tables" from the Row
entity of attributes.
|
Column |
getIpfixColumn()
Get the Column entity which column name is "ipfix" from the Row entity of
attributes.
|
Column |
getMirrorsColumn()
Get the Column entity which column name is "mirrors" from the Row entity
of attributes.
|
String |
getName()
Get the column data which column name is "name" from the Row entity of
attributes.
|
Column |
getNameColumn()
Get the Column entity which column name is "name" from the Row entity of
attributes.
|
Column |
getNetflowColumn()
Get the Column entity which column name is "netflow" 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 |
getPortsColumn()
Get the Column entity which column name is "ports" from the Row entity of
attributes.
|
Column |
getProtocolsColumn()
Get the Column entity which column name is "protocols" from the Row
entity of attributes.
|
Column |
getSflowColumn()
Get the Column entity which column name is "sflow" from the Row entity of
attributes.
|
Column |
getStatusColumn()
Get the Column entity which column name is "status" from the Row entity
of attributes.
|
Column |
getStpEnableColumn()
Get the Column entity which column name is "stpenable" from the Row
entity of attributes.
|
void |
setController(OvsdbSet controller)
Add a Column entity which column name is "controller" to the Row entity
of attributes.
|
void |
setDatapathId(Set<String> datapathId)
Add a Column entity which column name is "datapath_id" to the Row entity
of attributes.
|
void |
setDatapathType(String datapathType)
Add a Column entity which column name is "datapath_type" 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 |
setFailMode(Set<String> failMode)
Add a Column entity which column name is "fail_mode" to the Row entity of
attributes.
|
void |
setFloodVlans(Set<Long> vlans)
Add a Column entity which column name is "flood_vlans" to the Row entity
of attributes.
|
void |
setFlowTables(Map<Long,Uuid> flowTables)
Add a Column entity which column name is "flow_tables" to the Row entity
of attributes.
|
void |
setIpfix(Set<Uuid> ipfix)
Add a Column entity which column name is "ipfix" to the Row entity of
attributes.
|
void |
setMirrors(Set<Uuid> mirrors)
Add a Column entity which column name is "mirrors" to the Row entity of
attributes.
|
void |
setName(String name)
Add a Column entity which column name is "name" to the Row entity of
attributes.
|
void |
setNetflow(Set<Uuid> netflow)
Add a Column entity which column name is "netflow" 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 |
setPorts(Set<Uuid> ports)
Add a Column entity which column name is "ports" to the Row entity of
attributes.
|
void |
setProtocols(Set<String> protocols)
Add a Column entity which column name is "protocols" to the Row entity of
attributes.
|
void |
setSflow(Set<Uuid> sflow)
Add a Column entity which column name is "sflow" to the Row entity of
attributes.
|
void |
setStatus(Map<String,String> status)
Add a Column entity which column name is "status" to the Row entity of
attributes.
|
void |
setStpEnable(Boolean stpenable)
Add a Column entity which column name is "stpenable" to the Row entity of
attributes.
|
dbSchema, equals, getColumnHandler, getDataHandler, getRow, getTableUuid, getTableUuidColumn, getTableVersion, getTableVersionColumn, hashCode, setDataHandler, tableDesc, toStringpublic Bridge(DatabaseSchema dbSchema, Row row)
dbSchema - DatabaseSchemarow - Rowpublic Column getNameColumn()
public void setName(String name)
name - the column data which column name is "name"public String getName()
public Column getDatapathTypeColumn()
public void setDatapathType(String datapathType)
datapathType - the column data which column name is "datapath_type"public Column getDatapathIdColumn()
public void setDatapathId(Set<String> datapathId)
datapathId - the column data which column name is "datapath_id"public Column getStpEnableColumn()
public void setStpEnable(Boolean stpenable)
stpenable - the column data which column name is "stpenable"public Column getPortsColumn()
public void setPorts(Set<Uuid> ports)
ports - the column data which column name is "ports"public Column getMirrorsColumn()
public void setMirrors(Set<Uuid> mirrors)
mirrors - the column data which column name is "mirrors"public Column getNetflowColumn()
public void setNetflow(Set<Uuid> netflow)
netflow - the column data which column name is "netflow"public Column getSflowColumn()
public void setSflow(Set<Uuid> sflow)
sflow - the column data which column name is "sflow"public Column getIpfixColumn()
public void setIpfix(Set<Uuid> ipfix)
ipfix - the column data which column name is "ipfix"public Column getControllerColumn()
public void setController(OvsdbSet controller)
controller - the column data which column name is "controller"public Column getProtocolsColumn()
public void setProtocols(Set<String> protocols)
protocols - the column data which column name is "protocols"public Column getFailModeColumn()
public void setFailMode(Set<String> failMode)
failMode - the column data which column name is "fail_mode"public Column getStatusColumn()
public void setStatus(Map<String,String> status)
status - the column data which column name is "status"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 getFloodVlansColumn()
public void setFloodVlans(Set<Long> vlans)
vlans - the column data which column name is "flood_vlans"public Column getFlowTablesColumn()