Compute Engine Target Defaults Args
data class ComputeEngineTargetDefaultsArgs(val additionalLicenses: Output<List<String>>? = null, val computeScheduling: Output<ComputeSchedulingArgs>? = null, val diskType: Output<ComputeEngineTargetDefaultsDiskType>? = null, val hostname: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val licenseType: Output<ComputeEngineTargetDefaultsLicenseType>? = null, val machineType: Output<String>? = null, val machineTypeSeries: Output<String>? = null, val metadata: Output<Map<String, String>>? = null, val networkInterfaces: Output<List<NetworkInterfaceArgs>>? = null, val networkTags: Output<List<String>>? = null, val secureBoot: Output<Boolean>? = null, val serviceAccount: Output<String>? = null, val targetProject: Output<String>? = null, val vmName: Output<String>? = null, val zone: Output<String>? = null) : ConvertibleToJava<ComputeEngineTargetDefaultsArgs>
ComputeEngineTargetDefaults is a collection of details for creating a VM in a target Compute Engine project.
Constructors
Link copied to clipboard
constructor(additionalLicenses: Output<List<String>>? = null, computeScheduling: Output<ComputeSchedulingArgs>? = null, diskType: Output<ComputeEngineTargetDefaultsDiskType>? = null, hostname: Output<String>? = null, labels: Output<Map<String, String>>? = null, licenseType: Output<ComputeEngineTargetDefaultsLicenseType>? = null, machineType: Output<String>? = null, machineTypeSeries: Output<String>? = null, metadata: Output<Map<String, String>>? = null, networkInterfaces: Output<List<NetworkInterfaceArgs>>? = null, networkTags: Output<List<String>>? = null, secureBoot: Output<Boolean>? = null, serviceAccount: Output<String>? = null, targetProject: Output<String>? = null, vmName: Output<String>? = null, zone: Output<String>? = null)
Properties
Link copied to clipboard
Additional licenses to assign to the VM.
Link copied to clipboard
Compute instance scheduling information (if empty default is used).
Link copied to clipboard
The disk type to use in the VM.
Link copied to clipboard
The license type to use in OS adaptation.
Link copied to clipboard
The machine type to create the VM with.
Link copied to clipboard
The machine type series to create the VM with.
Link copied to clipboard
List of NICs connected to this VM.
Link copied to clipboard
A map of network tags to associate with the VM.
Link copied to clipboard
Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
Link copied to clipboard
The service account to associate the VM with.
Link copied to clipboard
The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.