Package-level declarations

Types

Link copied to clipboard
class ManagementServer : KotlinCustomResource

ManagementServer can be imported using any of these accepted formats

Link copied to clipboard
data class ManagementServerArgs(val location: Output<String>? = null, val name: Output<String>? = null, val networks: Output<List<ManagementServerNetworkArgs>>? = null, val project: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<ManagementServerArgs>

ManagementServer can be imported using any of these accepted formats

Link copied to clipboard
object ManagementServerMapper : ResourceMapper<ManagementServer>

Functions

Link copied to clipboard