DatabaseVmDetailsResponse

data class DatabaseVmDetailsResponse(val status: String, val storageDetails: List<StorageInformationResponse>, val virtualMachineId: String)

Database VM details.

Constructors

Link copied to clipboard
constructor(status: String, storageDetails: List<StorageInformationResponse>, virtualMachineId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines the SAP Instance status.

Link copied to clipboard

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

Link copied to clipboard

The virtual machine id.