DedicatedHostAllocatableVMResponse

data class DedicatedHostAllocatableVMResponse(val count: Double? = null, val vmSize: String? = null)

Represents the dedicated host unutilized capacity in terms of a specific VM size.

Constructors

Link copied to clipboard
constructor(count: Double? = null, vmSize: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Double? = null

Maximum number of VMs of size vmSize that can fit in the dedicated host's remaining capacity.

Link copied to clipboard
val vmSize: String? = null

VM size in terms of which the unutilized capacity is represented.