Package-level declarations

Types

Link copied to clipboard
data class GetTensorflowVersionsPlainArgs(val project: String? = null, val zone: String? = null) : ConvertibleToJava<GetTensorflowVersionsPlainArgs>

A collection of arguments for invoking getTensorflowVersions.

Link copied to clipboard
data class GetV2AcceleratorTypesPlainArgs(val project: String? = null, val zone: String? = null) : ConvertibleToJava<GetV2AcceleratorTypesPlainArgs>

A collection of arguments for invoking getV2AcceleratorTypes.

Link copied to clipboard
data class GetV2RuntimeVersionsPlainArgs(val project: String? = null, val zone: String? = null) : ConvertibleToJava<GetV2RuntimeVersionsPlainArgs>

A collection of arguments for invoking getV2RuntimeVersions.

Link copied to clipboard
data class NodeSchedulingConfigArgs(val preemptible: Output<Boolean>) : ConvertibleToJava<NodeSchedulingConfigArgs>
Link copied to clipboard
data class V2VmAcceleratorConfigArgs(val topology: Output<String>, val type: Output<String>) : ConvertibleToJava<V2VmAcceleratorConfigArgs>
Link copied to clipboard
data class V2VmDataDiskArgs(val mode: Output<String>? = null, val sourceDisk: Output<String>) : ConvertibleToJava<V2VmDataDiskArgs>
Link copied to clipboard
Link copied to clipboard
data class V2VmNetworkConfigArgs(val canIpForward: Output<Boolean>? = null, val enableExternalIps: Output<Boolean>? = null, val network: Output<String>? = null, val subnetwork: Output<String>? = null) : ConvertibleToJava<V2VmNetworkConfigArgs>
Link copied to clipboard
data class V2VmSchedulingConfigArgs(val preemptible: Output<Boolean>? = null, val reserved: Output<Boolean>? = null) : ConvertibleToJava<V2VmSchedulingConfigArgs>
Link copied to clipboard
data class V2VmServiceAccountArgs(val email: Output<String>? = null, val scopes: Output<List<String>>? = null) : ConvertibleToJava<V2VmServiceAccountArgs>
Link copied to clipboard
data class V2VmShieldedInstanceConfigArgs(val enableSecureBoot: Output<Boolean>) : ConvertibleToJava<V2VmShieldedInstanceConfigArgs>