InfrastructureProfileResponse

data class InfrastructureProfileResponse(val customResourceName: String, val firmwareType: String? = null, val folderPath: String, val instanceUuid: String, val inventoryItemId: String? = null, val moName: String, val moRefId: String, val smbiosUuid: String? = null, val templateId: String? = null, val vCenterId: String? = null)

Specifies the vCenter infrastructure specific settings for the virtual machine.

Constructors

Link copied to clipboard
constructor(customResourceName: String, firmwareType: String? = null, folderPath: String, instanceUuid: String, inventoryItemId: String? = null, moName: String, moRefId: String, smbiosUuid: String? = null, templateId: String? = null, vCenterId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets the name of the corresponding resource in Kubernetes.

Link copied to clipboard
val firmwareType: String? = null

Firmware type

Link copied to clipboard

Gets or sets the folder path of the vm.

Link copied to clipboard

Gets or sets the instance uuid of the vm.

Link copied to clipboard
val inventoryItemId: String? = null

Gets or sets the inventory Item ID for the virtual machine.

Link copied to clipboard

Gets or sets the vCenter Managed Object name for the virtual machine.

Link copied to clipboard

Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual machine.

Link copied to clipboard
val smbiosUuid: String? = null

Gets or sets the SMBIOS UUID of the vm.

Link copied to clipboard
val templateId: String? = null

Gets or sets the ARM Id of the template resource to deploy the virtual machine.

Link copied to clipboard
val vCenterId: String? = null

Gets or sets the ARM Id of the vCenter resource in which this resource pool resides.