Compute Engine Target Defaults Response
data class ComputeEngineTargetDefaultsResponse(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 secureBoot: Boolean, val serviceAccount: String, val targetProject: String, val vmName: String, val zone: String)
ComputeEngineTargetDefaults is a collection of details for creating a VM in a target Compute Engine project.
Constructors
Link copied to clipboard
fun ComputeEngineTargetDefaultsResponse(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>, secureBoot: Boolean, serviceAccount: String, targetProject: String, vmName: String, zone: String)