SAPDatabaseProperties interface
Defines the Database properties.
Properties
database |
Database SID name. |
database |
Database type, that is if the DB is HANA, DB2, Oracle, SAP ASE, Max DB or MS SQL Server. |
errors | Defines the errors related to Database resource. |
ip |
Database IP Address. |
load |
The Load Balancer details such as LoadBalancer ID attached to Database Virtual Machines |
provisioning |
Defines the provisioning states. |
status | Defines the SAP Instance status. |
subnet | Database subnet. |
vm |
The list of virtual machines corresponding to the Database resource. |
Property Details
databaseSid
Database SID name.
databaseSid?: string
Property Value
string
databaseType
Database type, that is if the DB is HANA, DB2, Oracle, SAP ASE, Max DB or MS SQL Server.
databaseType?: string
Property Value
string
errors
Defines the errors related to Database resource.
errors?: SAPVirtualInstanceError
Property Value
ipAddress
Database IP Address.
ipAddress?: string
Property Value
string
loadBalancerDetails
The Load Balancer details such as LoadBalancer ID attached to Database Virtual Machines
loadBalancerDetails?: LoadBalancerDetails
Property Value
provisioningState
Defines the provisioning states.
provisioningState?: string
Property Value
string
status
Defines the SAP Instance status.
status?: string
Property Value
string
subnet
Database subnet.
subnet?: string
Property Value
string
vmDetails
The list of virtual machines corresponding to the Database resource.
vmDetails?: DatabaseVmDetails[]