Infrastructure Profile Args
data class InfrastructureProfileArgs(val biosGuid: Output<String>? = null, val checkpointType: Output<String>? = null, val checkpoints: Output<List<CheckpointArgs>>? = null, val cloudId: Output<String>? = null, val generation: Output<Int>? = null, val inventoryItemId: Output<String>? = null, val templateId: Output<String>? = null, val uuid: Output<String>? = null, val vmName: Output<String>? = null, val vmmServerId: Output<String>? = null) : ConvertibleToJava<InfrastructureProfileArgs>
Specifies the vmmServer infrastructure specific settings for the virtual machine instance.
Constructors
Link copied to clipboard
constructor(biosGuid: Output<String>? = null, checkpointType: Output<String>? = null, checkpoints: Output<List<CheckpointArgs>>? = null, cloudId: Output<String>? = null, generation: Output<Int>? = null, inventoryItemId: Output<String>? = null, templateId: Output<String>? = null, uuid: Output<String>? = null, vmName: Output<String>? = null, vmmServerId: Output<String>? = null)
Properties
Link copied to clipboard
Checkpoints in the vm.
Link copied to clipboard
Type of checkpoint supported for the vm.
Link copied to clipboard
Gets or sets the generation for the vm.
Link copied to clipboard
Gets or sets the inventory Item ID for the resource.
Link copied to clipboard
ARM Id of the template resource to use for deploying the vm.
Link copied to clipboard
ARM Id of the vmmServer resource in which this resource resides.