public class Port extends AbstractOvsdbTableService
| Modifier and Type | Class and Description |
|---|---|
static class |
Port.PortColumn
Port table column name.
|
| Constructor and Description |
|---|
Port(DatabaseSchema dbSchema,
Row row)
Constructs a Port object.
|
| Modifier and Type | Method and Description |
|---|---|
Column |
getBondDownDelayColumn()
Get the Column entity which column name is "bond_downdelay" from the Row
entity of attributes.
|
Column |
getBondFakeInterfaceColumn()
Get the Column entity which column name is "bond_fake_iface" from the Row
entity of attributes.
|
Column |
getBondModeColumn()
Get the Column entity which column name is "bond_mode" from the Row
entity of attributes.
|
Column |
getBondTypeColumn()
Get the Column entity which column name is "bond_type" from the Row
entity of attributes.
|
Column |
getBondUpDelayColumn()
Get the Column entity which column name is "bond_updelay" 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 |
getFakeBridgeColumn()
Get the Column entity which column name is "fake_bridge" from the Row
entity of attributes.
|
Column |
getInterfacesColumn()
Get the Column entity which column name is "interfaces" from the Row
entity of attributes.
|
Column |
getLacpColumn()
Get the Column entity which column name is "lacp" from the Row entity of
attributes.
|
Column |
getMacColumn()
Get the Column entity which column name is "mac" from the Row entity of
attributes.
|
String |
getName()
Get the Column entity 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 |
getOtherConfigColumn()
Get the Column entity which column name is "other_config" from the Row
entity of attributes.
|
Column |
getQosColumn()
Get the Column entity which column name is "qos" from the Row entity of
attributes.
|
Column |
getStatisticsColumn()
Get the Column entity which column name is "statistics" from the Row
entity of attributes.
|
Column |
getStatusColumn()
Get the Column entity which column name is "status" from the Row entity
of attributes.
|
Column |
getTagColumn()
Get the Column entity which column name is "tag" from the Row entity of
attributes.
|
Column |
getTrunksColumn()
Get the Column entity which column name is "trunks" from the Row entity
of attributes.
|
Column |
getVlanModeColumn()
Get the Column entity which column name is "vlan_mode" from the Row
entity of attributes.
|
void |
setBondDownDelay(Set<Long> bondDownDelay)
Add a Column entity which column name is "bond_downdelay" to the Row
entity of attributes.
|
void |
setBondFakeInterface(Set<Boolean> bondFakeInterface)
Add a Column entity which column name is "bond_fake_iface" to the Row
entity of attributes.
|
void |
setBondMode(Set<String> bondmode)
Add a Column entity which column name is "bond_mode" to the Row entity of
attributes.
|
void |
setBondType(Set<String> bondtype)
Add a Column entity which column name is "bond_type" to the Row entity of
attributes.
|
void |
setBondUpDelay(Set<Long> bondUpDelay)
Add a Column entity which column name is "bond_updelay" 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 |
setFakeBridge(Set<Boolean> fakeBridge)
Add a Column entity which column name is "fake_bridge" to the Row entity
of attributes.
|
void |
setInterfaces(Set<Uuid> interfaces)
Add a Column entity which column name is "interfaces" to the Row entity
of attributes.
|
void |
setLacp(Set<String> lacp)
Add a Column entity which column name is "lacp" to the Row entity of
attributes.
|
void |
setMac(Set<String> mac)
Add a Column entity which column name is "mac" 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 |
setOtherConfig(Map<String,String> otherConfig)
Add a Column entity which column name is "other_config" to the Row entity
of attributes.
|
void |
setQos(Set<Uuid> qos)
Add a Column entity which column name is "qos" 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 |
setStatus(Map<String,String> status)
Add a Column entity which column name is "status" to the Row entity of
attributes.
|
void |
setTag(Set<Long> tag)
Add a Column entity which column name is "tag" to the Row entity of
attributes.
|
void |
setTrunks(Set<Long> trunks)
Add a Column entity which column name is "trunks" to the Row entity of
attributes.
|
void |
setVlanMode(Set<String> vlanMode)
Add a Column entity which column name is "vlan_mode" to the Row entity of
attributes.
|
dbSchema, equals, getColumnHandler, getDataHandler, getRow, getTableUuid, getTableUuidColumn, getTableVersion, getTableVersionColumn, hashCode, setDataHandler, tableDesc, toStringpublic Port(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 getInterfacesColumn()
public void setInterfaces(Set<Uuid> interfaces)
interfaces - the column data which column name is "interfaces"public Column getTrunksColumn()
public void setTrunks(Set<Long> trunks)
trunks - the column data which column name is "trunks"public Column getTagColumn()
public void setTag(Set<Long> tag)
tag - the column data which column name is "tag"public Column getVlanModeColumn()
public void setVlanMode(Set<String> vlanMode)
vlanMode - the column data which column name is "vlan_mode"public Column getQosColumn()
public void setQos(Set<Uuid> qos)
qos - the column data which column name is "qos"public Column getMacColumn()
public void setMac(Set<String> mac)
mac - the column data which column name is "mac"public Column getBondTypeColumn()
public void setBondType(Set<String> bondtype)
bondtype - the column data which column name is "bond_type"public Column getBondModeColumn()
public void setBondMode(Set<String> bondmode)
bondmode - the column data which column name is "bond_mode"public Column getLacpColumn()
public void setLacp(Set<String> lacp)
lacp - the column data which column name is "lacp"public Column getBondUpDelayColumn()
public void setBondUpDelay(Set<Long> bondUpDelay)
bondUpDelay - the column data which column name is "bond_updelay"public Column getBondDownDelayColumn()
public void setBondDownDelay(Set<Long> bondDownDelay)
bondDownDelay - the column data which column name is
"bond_downdelay"public Column getBondFakeInterfaceColumn()
public void setBondFakeInterface(Set<Boolean> bondFakeInterface)
bondFakeInterface - the column data which column name is
"bond_fake_iface"public Column getFakeBridgeColumn()
public void setFakeBridge(Set<Boolean> fakeBridge)
fakeBridge - the column data which column name is "fake_bridge"public Column getStatusColumn()
public void setStatus(Map<String,String> status)
status - the column data which column name is "status"public Column getStatisticsColumn()
public void setStatistics(Map<String,Long> statistics)
statistics - the column data which column name is "statistics"public Column getOtherConfigColumn()
public void setOtherConfig(Map<String,String> otherConfig)
otherConfig - the column data which column name is "other_config"public Column getExternalIdsColumn()