ApplicationServerVmDetailsResponse

data class ApplicationServerVmDetailsResponse(val storageDetails: List<StorageInformationResponse>, val type: String, val virtualMachineId: String)

The Application Server 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 App Virtual Machine. For e.g. NFS on AFS Shared Storage.

Link copied to clipboard

Defines the type of application server VM.

Link copied to clipboard

The virtual machine id.