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.
|
java.lang.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(java.util.Set<java.lang.Long> bondDownDelay)
Add a Column entity which column name is "bond_downdelay" to the Row
entity of attributes.
|
void |
setBondFakeInterface(java.util.Set<java.lang.Boolean> bondFakeInterface)
Add a Column entity which column name is "bond_fake_iface" to the Row
entity of attributes.
|
void |
setBondMode(java.util.Set<java.lang.String> bondmode)
Add a Column entity which column name is "bond_mode" to the Row entity of
attributes.
|
void |
setBondType(java.util.Set<java.lang.String> bondtype)
Add a Column entity which column name is "bond_type" to the Row entity of
attributes.
|
void |
setBondUpDelay(java.util.Set<java.lang.Long> bondUpDelay)
Add a Column entity which column name is "bond_updelay" 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 |
setFakeBridge(java.util.Set<java.lang.Boolean> fakeBridge)
Add a Column entity which column name is "fake_bridge" to the Row entity
of attributes.
|
void |
setInterfaces(java.util.Set<Uuid> interfaces)
Add a Column entity which column name is "interfaces" to the Row entity
of attributes.
|
void |
setLacp(java.util.Set<java.lang.String> lacp)
Add a Column entity which column name is "lacp" to the Row entity of
attributes.
|
void |
setMac(java.util.Set<java.lang.String> mac)
Add a Column entity which column name is "mac" to the Row entity of
attributes.
|
void |
setName(java.lang.String name)
Add a Column entity which column name is "name" 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 |
setQos(java.util.Set<Uuid> qos)
Deprecated.
in Junco (1.9.1), use version with Uuid instead
|
void |
setQos(Uuid qos)
Add a Column entity which column name is "qos" 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 |
setStatus(java.util.Map<java.lang.String,java.lang.String> status)
Add a Column entity which column name is "status" to the Row entity of
attributes.
|
void |
setTag(java.util.Set<java.lang.Long> tag)
Add a Column entity which column name is "tag" to the Row entity of
attributes.
|
void |
setTrunks(java.util.Set<java.lang.Long> trunks)
Add a Column entity which column name is "trunks" to the Row entity of
attributes.
|
void |
setVlanMode(java.util.Set<java.lang.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(java.lang.String name)
name - the column data which column name is "name"public java.lang.String getName()
public Column getInterfacesColumn()
public void setInterfaces(java.util.Set<Uuid> interfaces)
interfaces - the column data which column name is "interfaces"public Column getTrunksColumn()
public void setTrunks(java.util.Set<java.lang.Long> trunks)
trunks - the column data which column name is "trunks"public Column getTagColumn()
public void setTag(java.util.Set<java.lang.Long> tag)
tag - the column data which column name is "tag"public Column getVlanModeColumn()
public void setVlanMode(java.util.Set<java.lang.String> vlanMode)
vlanMode - the column data which column name is "vlan_mode"public Column getQosColumn()
@Deprecated public void setQos(java.util.Set<Uuid> qos)
qos - the column data which column name is "qos"public void setQos(Uuid qos)
qos - the column data which column name is "qos"public Column getMacColumn()
public void setMac(java.util.Set<java.lang.String> mac)
mac - the column data which column name is "mac"public Column getBondTypeColumn()
public void setBondType(java.util.Set<java.lang.String> bondtype)
bondtype - the column data which column name is "bond_type"public Column getBondModeColumn()
public void setBondMode(java.util.Set<java.lang.String> bondmode)
bondmode - the column data which column name is "bond_mode"public Column getLacpColumn()
public void setLacp(java.util.Set<java.lang.String> lacp)
lacp - the column data which column name is "lacp"public Column getBondUpDelayColumn()
public void setBondUpDelay(java.util.Set<java.lang.Long> bondUpDelay)
bondUpDelay - the column data which column name is "bond_updelay"public Column getBondDownDelayColumn()
public void setBondDownDelay(java.util.Set<java.lang.Long> bondDownDelay)
bondDownDelay - the column data which column name is
"bond_downdelay"public Column getBondFakeInterfaceColumn()
public void setBondFakeInterface(java.util.Set<java.lang.Boolean> bondFakeInterface)
bondFakeInterface - the column data which column name is
"bond_fake_iface"public Column getFakeBridgeColumn()
public void setFakeBridge(java.util.Set<java.lang.Boolean> fakeBridge)
fakeBridge - the column data which column name is "fake_bridge"public Column getStatusColumn()
public void setStatus(java.util.Map<java.lang.String,java.lang.String> status)
status - the column data which column name is "status"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 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"