VirtualMachineManagerVirtualMachineInstanceInfrastructure

data class VirtualMachineManagerVirtualMachineInstanceInfrastructure(val checkpointType: String? = null, val systemCenterVirtualMachineManagerCloudId: String? = null, val systemCenterVirtualMachineManagerInventoryItemId: String? = null, val systemCenterVirtualMachineManagerTemplateId: String? = null, val systemCenterVirtualMachineManagerVirtualMachineServerId: String? = null)

Constructors

constructor(checkpointType: String? = null, systemCenterVirtualMachineManagerCloudId: String? = null, systemCenterVirtualMachineManagerInventoryItemId: String? = null, systemCenterVirtualMachineManagerTemplateId: String? = null, systemCenterVirtualMachineManagerVirtualMachineServerId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val checkpointType: String? = null

The type of checkpoint supported for the Virtual Machine. Possible values are Disabled, Production, ProductionOnly and Standard.

Link copied to clipboard

The ID of the System Center Virtual Machine Manager Cloud resource to use for deploying the Virtual Machine. Changing this forces a new resource to be created.

The ID of the System Center Virtual Machine Manager Inventory Item for System Center Virtual Machine Manager Virtual Machine Instance. Changing this forces a new resource to be created.

The ID of the System Center Virtual Machine Manager Virtual Machine Template to use for deploying the Virtual Machine. Changing this forces a new resource to be created.

The ID of the System Center Virtual Machine Manager Virtual Machine. Changing this forces a new resource to be created.