Package-level declarations
Types
Link copied to clipboard
object SagFunctions
Link copied to clipboard
Provides a Smartag Flow Log resource. For information about Smartag Flow Log and how to use it, see What is Flow Log.
Link copied to clipboard
data class SmartagFlowLogArgs(val activeAging: Output<Int>? = null, val description: Output<String>? = null, val flowLogName: Output<String>? = null, val inactiveAging: Output<Int>? = null, val logstoreName: Output<String>? = null, val netflowServerIp: Output<String>? = null, val netflowServerPort: Output<Int>? = null, val netflowVersion: Output<String>? = null, val outputType: Output<String>? = null, val projectName: Output<String>? = null, val slsRegionId: Output<String>? = null, val status: Output<String>? = null) : ConvertibleToJava<SmartagFlowLogArgs>
Provides a Smartag Flow Log resource. For information about Smartag Flow Log and how to use it, see What is Flow Log.
Link copied to clipboard
Builder for SmartagFlowLogArgs.
Link copied to clipboard
Link copied to clipboard
Builder for SmartagFlowLog.
Functions
Link copied to clipboard
suspend fun smartagFlowLog(name: String, block: suspend SmartagFlowLogResourceBuilder.() -> Unit): SmartagFlowLog