Interface LogicalSwitch
- All Superinterfaces:
TypedBaseTable<GenericTableSchema>
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
setDescription
(String description) void
void
setOtherConfig
(Map<String, String> otherConfig) void
setReplicationMode
(Set<String> replicationMode) void
setTunnelKey
(Set<Long> tunnelKey) 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
-
getTunnelKeyColumn
Column<GenericTableSchema,Set<Long>> getTunnelKeyColumn() -
setTunnelKey
-
getReplicationModeColumn
Column<GenericTableSchema,Set<String>> getReplicationModeColumn() -
setReplicationMode
-
getOtherConfigColumn
Column<GenericTableSchema,Map<String, getOtherConfigColumn()String>> -
setOtherConfig
-