Package-level declarations

Types

Link copied to clipboard
class Image : KotlinCustomResource

Provides a Cloud Phone Image resource. Cloud phone image. For information about Cloud Phone Image and how to use it, see What is Image.

Link copied to clipboard
data class ImageArgs(val imageName: Output<String>? = null, val instanceId: Output<String>? = null) : ConvertibleToJava<ImageArgs>

Provides a Cloud Phone Image resource. Cloud phone image. For information about Cloud Phone Image and how to use it, see What is Image.

Link copied to clipboard

Builder for ImageArgs.

Link copied to clipboard
object ImageMapper : ResourceMapper<Image>
Link copied to clipboard

Builder for Image.

Link copied to clipboard
class KeyPair : KotlinCustomResource

Provides a Cloud Phone Key Pair resource. Cloud Phone KeyPair. For information about Cloud Phone Key Pair and how to use it, see What is Key Pair.

Link copied to clipboard
data class KeyPairArgs(val keyPairName: Output<String>? = null, val publicKeyBody: Output<String>? = null) : ConvertibleToJava<KeyPairArgs>

Provides a Cloud Phone Key Pair resource. Cloud Phone KeyPair. For information about Cloud Phone Key Pair and how to use it, see What is Key Pair.

Link copied to clipboard
Link copied to clipboard
object KeyPairMapper : ResourceMapper<KeyPair>
Link copied to clipboard
Link copied to clipboard
class Policy : KotlinCustomResource

Provides a Cloud Phone Policy resource. Cloud phone policy. For information about Cloud Phone Policy and how to use it, see What is Policy.

Link copied to clipboard
data class PolicyArgs(val cameraRedirect: Output<String>? = null, val clipboard: Output<String>? = null, val lockResolution: Output<String>? = null, val netRedirectPolicy: Output<PolicyNetRedirectPolicyArgs>? = null, val policyGroupName: Output<String>? = null, val resolutionHeight: Output<Int>? = null, val resolutionWidth: Output<Int>? = null) : ConvertibleToJava<PolicyArgs>

Provides a Cloud Phone Policy resource. Cloud phone policy. For information about Cloud Phone Policy and how to use it, see What is Policy.

Link copied to clipboard

Builder for PolicyArgs.

Link copied to clipboard
object PolicyMapper : ResourceMapper<Policy>
Link copied to clipboard

Builder for Policy.

Functions

Link copied to clipboard
fun image(name: String): Image
suspend fun image(name: String, block: suspend ImageResourceBuilder.() -> Unit): Image
Link copied to clipboard
fun keyPair(name: String): KeyPair
suspend fun keyPair(name: String, block: suspend KeyPairResourceBuilder.() -> Unit): KeyPair
Link copied to clipboard
fun policy(name: String): Policy
suspend fun policy(name: String, block: suspend PolicyResourceBuilder.() -> Unit): Policy