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
fun InfrastructureProfileArgs(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)