Interface LogicalSwitch
- 
- All Superinterfaces:
 TypedBaseTable<GenericTableSchema>
public interface LogicalSwitch extends TypedBaseTable<GenericTableSchema>
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()Column<GenericTableSchema,String>getDescriptionColumn()StringgetName()Column<GenericTableSchema,String>getNameColumn()Column<GenericTableSchema,Map<String,String>>getOtherConfigColumn()Column<GenericTableSchema,Set<String>>getReplicationModeColumn()Column<GenericTableSchema,Set<Long>>getTunnelKeyColumn()voidsetDescription(String description)voidsetName(String name)voidsetOtherConfig(Map<String,String> otherConfig)voidsetReplicationMode(Set<String> replicationMode)voidsetTunnelKey(Set<Long> tunnelKey)- 
Methods inherited from interface org.opendaylight.ovsdb.lib.schema.typed.TypedBaseTable
getRow, getSchema, getUuid, getUuidColumn, getVersion, getVersionColumn 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getNameColumn
Column<GenericTableSchema,String> getNameColumn()
 
- 
getName
String getName()
 
- 
setName
void setName(String name)
 
- 
getDescriptionColumn
Column<GenericTableSchema,String> getDescriptionColumn()
 
- 
getDescription
String getDescription()
 
- 
setDescription
void setDescription(String description)
 
- 
getTunnelKeyColumn
Column<GenericTableSchema,Set<Long>> getTunnelKeyColumn()
 
- 
getReplicationModeColumn
Column<GenericTableSchema,Set<String>> getReplicationModeColumn()
 
- 
getOtherConfigColumn
Column<GenericTableSchema,Map<String,String>> getOtherConfigColumn()
 
 - 
 
 -