Package-level declarations
Types
Link copied to clipboard
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
Builder for ManagementServerArgs.
Link copied to clipboard
Link copied to clipboard
Builder for ManagementServer.
Functions
Link copied to clipboard
suspend fun managementServer(name: String, block: suspend ManagementServerResourceBuilder.() -> Unit): ManagementServer