DB2ProviderInstanceProperties interface
Gets or sets the DB2 provider properties.
- Extends
Properties
db |
Gets or sets the db2 database name. |
db |
Gets or sets the db2 database password. |
db |
Gets or sets the key vault URI to secret with the database password. |
db |
Gets or sets the db2 database sql port. |
db |
Gets or sets the db2 database user name. |
hostname | Gets or sets the target virtual machine name. |
provider |
Polymorphic discriminator, which specifies the different types this object can be |
sap |
Gets or sets the SAP System Identifier |
ssl |
Gets or sets the blob URI to SSL certificate for the DB2 Database. |
ssl |
Gets or sets certificate preference if secure communication is enabled. |
Property Details
dbName
Gets or sets the db2 database name.
dbName?: string
Property Value
string
dbPassword
Gets or sets the db2 database password.
dbPassword?: string
Property Value
string
dbPasswordUri
Gets or sets the key vault URI to secret with the database password.
dbPasswordUri?: string
Property Value
string
dbPort
Gets or sets the db2 database sql port.
dbPort?: string
Property Value
string
dbUsername
Gets or sets the db2 database user name.
dbUsername?: string
Property Value
string
hostname
Gets or sets the target virtual machine name.
hostname?: string
Property Value
string
providerType
Polymorphic discriminator, which specifies the different types this object can be
providerType: "Db2"
Property Value
"Db2"
sapSid
Gets or sets the SAP System Identifier
sapSid?: string
Property Value
string
sslCertificateUri
Gets or sets the blob URI to SSL certificate for the DB2 Database.
sslCertificateUri?: string
Property Value
string
sslPreference
Gets or sets certificate preference if secure communication is enabled.
sslPreference?: string
Property Value
string