Package version:

Database VM details.

interface DatabaseVmDetails {
    status?: string;
    storageDetails?: {};
    virtualMachineId?: string;
}

Properties

status?: string

Defines the SAP Instance status.

storageDetails?: {}

Storage details of all the Storage Accounts attached to the Database Virtual Machine. For e.g. NFS on AFS Shared Storage.

virtualMachineId?: string

The virtual machine id.