Package-level declarations

Types

Link copied to clipboard
class Instance : KotlinCustomResource

A Instance resource belonging to an Instance resource. Uses Azure REST API version 2023-10-04-preview. In version 2.x of the Azure Native provider, it used API version 2023-10-04-preview.

Link copied to clipboard
data class InstanceArgs(val extendedLocation: Output<ExtendedLocationArgs>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val reconciliationPolicy: Output<ReconciliationPolicyArgs>? = null, val resourceGroupName: Output<String>? = null, val scope: Output<String>? = null, val solution: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val target: Output<TargetSelectorPropertiesArgs>? = null, val version: Output<String>? = null) : ConvertibleToJava<InstanceArgs>

A Instance resource belonging to an Instance resource. Uses Azure REST API version 2023-10-04-preview. In version 2.x of the Azure Native provider, it used API version 2023-10-04-preview.

Link copied to clipboard
Link copied to clipboard
object InstanceMapper : ResourceMapper<Instance>
Link copied to clipboard
Link copied to clipboard
class Solution : KotlinCustomResource

A Solution resource belonging to an Instance resource. Uses Azure REST API version 2023-10-04-preview. In version 2.x of the Azure Native provider, it used API version 2023-10-04-preview.

Link copied to clipboard
data class SolutionArgs(val components: Output<List<ComponentPropertiesArgs>>? = null, val extendedLocation: Output<ExtendedLocationArgs>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val version: Output<String>? = null) : ConvertibleToJava<SolutionArgs>

A Solution resource belonging to an Instance resource. Uses Azure REST API version 2023-10-04-preview. In version 2.x of the Azure Native provider, it used API version 2023-10-04-preview.

Link copied to clipboard
Link copied to clipboard
object SolutionMapper : ResourceMapper<Solution>
Link copied to clipboard
Link copied to clipboard
class Target : KotlinCustomResource

A Target resource belonging to an Instance resource. Uses Azure REST API version 2023-10-04-preview. In version 2.x of the Azure Native provider, it used API version 2023-10-04-preview.

Link copied to clipboard
data class TargetArgs(val components: Output<List<ComponentPropertiesArgs>>? = null, val extendedLocation: Output<ExtendedLocationArgs>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val reconciliationPolicy: Output<ReconciliationPolicyArgs>? = null, val resourceGroupName: Output<String>? = null, val scope: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val topologies: Output<List<TopologiesPropertiesArgs>>? = null, val version: Output<String>? = null) : ConvertibleToJava<TargetArgs>

A Target resource belonging to an Instance resource. Uses Azure REST API version 2023-10-04-preview. In version 2.x of the Azure Native provider, it used API version 2023-10-04-preview.

Link copied to clipboard

Builder for TargetArgs.

Link copied to clipboard
object TargetMapper : ResourceMapper<Target>
Link copied to clipboard

Builder for Target.

Functions

Link copied to clipboard
suspend fun instance(name: String, block: suspend InstanceResourceBuilder.() -> Unit): Instance
Link copied to clipboard
suspend fun solution(name: String, block: suspend SolutionResourceBuilder.() -> Unit): Solution
Link copied to clipboard
fun target(name: String): Target
suspend fun target(name: String, block: suspend TargetResourceBuilder.() -> Unit): Target