PlacementProfileResponse

data class PlacementProfileResponse(val clusterId: String? = null, val datastoreId: String? = null, val hostId: String? = null, val resourcePoolId: String? = null)

Specifies the compute and storage placement settings for the virtual machine.

Constructors

Link copied to clipboard
constructor(clusterId: String? = null, datastoreId: String? = null, hostId: String? = null, resourcePoolId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clusterId: String? = null

Gets or sets the ARM Id of the cluster resource on which this virtual machine will deploy.

Link copied to clipboard
val datastoreId: String? = null

Gets or sets the ARM Id of the datastore resource on which the data for the virtual machine will be kept.

Link copied to clipboard
val hostId: String? = null

Gets or sets the ARM Id of the host resource on which this virtual machine will deploy.

Link copied to clipboard
val resourcePoolId: String? = null

Gets or sets the ARM Id of the resourcePool resource on which this virtual machine will deploy.