Compute Engine Target Details Response
data class ComputeEngineTargetDetailsResponse(val additionalLicenses: List<String>, val appliedLicense: AppliedLicenseResponse, val bootOption: String, val computeScheduling: ComputeSchedulingResponse, val diskType: String, val hostname: String, val labels: Map<String, String>, val licenseType: String, val machineType: String, val machineTypeSeries: String, val metadata: Map<String, String>, val networkInterfaces: List<NetworkInterfaceResponse>, val networkTags: List<String>, val project: String, val secureBoot: Boolean, val serviceAccount: String, val vmName: String, val zone: String)
ComputeEngineTargetDetails is a collection of details for creating a VM in a target Compute Engine project.
Constructors
Link copied to clipboard
constructor(additionalLicenses: List<String>, appliedLicense: AppliedLicenseResponse, bootOption: String, computeScheduling: ComputeSchedulingResponse, diskType: String, hostname: String, labels: Map<String, String>, licenseType: String, machineType: String, machineTypeSeries: String, metadata: Map<String, String>, networkInterfaces: List<NetworkInterfaceResponse>, networkTags: List<String>, project: String, secureBoot: Boolean, serviceAccount: String, vmName: String, zone: String)
Properties
Link copied to clipboard
Additional licenses to assign to the VM.
Link copied to clipboard
The OS license returned from the adaptation module report.
Link copied to clipboard
The VM Boot Option, as set in the source vm.
Link copied to clipboard
Compute instance scheduling information (if empty default is used).
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.