Package-level declarations
Types
Link copied to clipboard
Provides a Video Surveillance System Group resource. For information about Video Surveillance System Group and how to use it, see What is Group.
Link copied to clipboard
data class SystemGroupArgs(val callback: Output<String>? = null, val description: Output<String>? = null, val enabled: Output<Boolean>? = null, val groupName: Output<String>? = null, val inProtocol: Output<String>? = null, val outProtocol: Output<String>? = null, val playDomain: Output<String>? = null, val pushDomain: Output<String>? = null) : ConvertibleToJava<SystemGroupArgs>
Provides a Video Surveillance System Group resource. For information about Video Surveillance System Group and how to use it, see What is Group.
Link copied to clipboard
class SystemGroupArgsBuilder
Builder for SystemGroupArgs.
Link copied to clipboard
Link copied to clipboard
Builder for SystemGroup.
Link copied to clipboard
object VideosurveillanceFunctions
Functions
Link copied to clipboard
suspend fun systemGroup(name: String, block: suspend SystemGroupResourceBuilder.() -> Unit): SystemGroup