DatabaseVmDetails interface 
Database VM details.
Properties
| status | Defines the SAP Instance status.  | 
| storage | 
	Storage details of all the Storage Accounts attached to the Database Virtual Machine. For e.g. NFS on AFS Shared Storage.  | 
| virtual | 
	The virtual machine id.  | 
Property Details
status
Defines the SAP Instance status.
status?: string
				Property Value
string
		storageDetails
	 
	Storage details of all the Storage Accounts attached to the Database Virtual Machine. For e.g. NFS on AFS Shared Storage.
storageDetails?: StorageInformation[]
				Property Value
		virtualMachineId
	  
	The virtual machine id.
virtualMachineId?: string
				Property Value
string