Central Server Vm Details Response
data class CentralServerVmDetailsResponse(val storageDetails: List<StorageInformationResponse>, val type: String, val virtualMachineId: String)
The SAP Central Services Instance VM details.
Constructors
Link copied to clipboard
constructor(storageDetails: List<StorageInformationResponse>, type: String, virtualMachineId: String)