CentralServerVmDetailsResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Defines the type of central server VM.

Link copied to clipboard

The virtual machine id.