Target VMDetails Args
data class TargetVMDetailsArgs(val computeScheduling: Output<ComputeSchedulingArgs>? = null, val diskType: Output<TargetVMDetailsDiskType>? = null, val externalIp: Output<String>? = null, val internalIp: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val licenseType: Output<TargetVMDetailsLicenseType>? = null, val machineType: Output<String>? = null, val machineTypeSeries: Output<String>? = null, val metadata: Output<Map<String, String>>? = null, val name: Output<String>? = null, val network: Output<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 subnetwork: Output<String>? = null, val targetProject: Output<String>? = null, val zone: Output<String>? = null) : ConvertibleToJava<TargetVMDetailsArgs>
TargetVMDetails is a collection of details for creating a VM in a target Compute Engine project.
Constructors
Link copied to clipboard
fun TargetVMDetailsArgs(computeScheduling: Output<ComputeSchedulingArgs>? = null, diskType: Output<TargetVMDetailsDiskType>? = null, externalIp: Output<String>? = null, internalIp: Output<String>? = null, labels: Output<Map<String, String>>? = null, licenseType: Output<TargetVMDetailsLicenseType>? = null, machineType: Output<String>? = null, machineTypeSeries: Output<String>? = null, metadata: Output<Map<String, String>>? = null, name: Output<String>? = null, network: Output<String>? = null, networkInterfaces: Output<List<NetworkInterfaceArgs>>? = null, networkTags: Output<List<String>>? = null, secureBoot: Output<Boolean>? = null, serviceAccount: Output<String>? = null, subnetwork: Output<String>? = null, targetProject: Output<String>? = null, zone: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard