HyperVSiteDetailsResponse

data class HyperVSiteDetailsResponse(val hyperVHosts: List<HyperVHostDetailsResponse>? = null, val instanceType: String)

HyperVSite fabric specific details.

Constructors

Link copied to clipboard
constructor(hyperVHosts: List<HyperVHostDetailsResponse>? = null, instanceType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of Hyper-V hosts associated with the fabric.

Link copied to clipboard

Gets the class type. Overridden in derived classes. Expected value is 'HyperVSite'.