Interface PhysicalSwitch
- All Superinterfaces:
 TypedBaseTable<GenericTableSchema>
- 
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetDescription(String description) voidsetManagementIps(Set<String> managementIps) voidvoidsetOtherConfig(Map<String, String> otherConfig) voidvoidsetSwitchFaultStatus(Set<String> switchFaultStatus) voidsetTunnelIps(Set<String> tunnelIps) voidsetTunnels(Set<UUID> tunnels) Methods inherited from interface org.opendaylight.ovsdb.lib.schema.typed.TypedBaseTable
getRow, getSchema, getUuid, getUuidColumn, getVersion, getVersionColumn 
- 
Method Details
- 
getNameColumn
Column<GenericTableSchema,String> getNameColumn() - 
getName
String getName() - 
setName
 - 
getDescriptionColumn
Column<GenericTableSchema,String> getDescriptionColumn() - 
getDescription
String getDescription() - 
setDescription
 - 
getPortsColumn
Column<GenericTableSchema,Set<UUID>> getPortsColumn() - 
setPorts
 - 
getManagementIpsColumn
Column<GenericTableSchema,Set<String>> getManagementIpsColumn() - 
setManagementIps
 - 
getTunnelIpsColumn
Column<GenericTableSchema,Set<String>> getTunnelIpsColumn() - 
setTunnelIps
 - 
getTunnels
Column<GenericTableSchema,Set<UUID>> getTunnels() - 
setTunnels
 - 
getOtherConfigColumn
Column<GenericTableSchema,Map<String, getOtherConfigColumn()String>>  - 
setOtherConfig
 - 
getSwitchFaultStatusColumn
Column<GenericTableSchema,Set<String>> getSwitchFaultStatusColumn() - 
setSwitchFaultStatus
 
 -