Interface SSL
- All Superinterfaces:
 TypedBaseTable<GenericTableSchema>
This class is a typed interface to the SSL Table.
- 
Method Summary
Modifier and TypeMethodDescriptionvoidsetBootstrapCaCert(Boolean bootstrapCaCert) voidvoidsetCertificate(String certificate) voidsetExternalIds(Map<String, String> externalIds) voidsetPrivateKey(String private_key) Methods inherited from interface org.opendaylight.ovsdb.lib.schema.typed.TypedBaseTable
getRow, getSchema, getUuid, getUuidColumn, getVersion, getVersionColumn 
- 
Method Details
- 
getCaCertColumn
Column<GenericTableSchema,String> getCaCertColumn() - 
setCaCert
 - 
getExternalIdsColumn
Column<GenericTableSchema,Map<String, getExternalIdsColumn()String>>  - 
setExternalIds
 - 
getBootstrapCaCertColumn
Column<GenericTableSchema,Boolean> getBootstrapCaCertColumn() - 
setBootstrapCaCert
 - 
getCertificateColumn
Column<GenericTableSchema,String> getCertificateColumn() - 
setCertificate
 - 
getPrivateKeyColumn
Column<GenericTableSchema,String> getPrivateKeyColumn() - 
setPrivateKey
 
 -