Package-level declarations

Types

Link copied to clipboard
data class GetAclsAcl(val id: String, val name: String)
Link copied to clipboard
data class GetAclsResult(val acls: List<GetAclsAcl>, val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null)

A collection of values returned by getAcls.

Link copied to clipboard
data class GetSmartagFlowLogsLog(val activeAging: Int, val description: String, val flowLogId: String, val flowLogName: String, val id: String, val inactiveAging: Int, val logstoreName: String, val netflowServerIp: String, val netflowServerPort: Int, val netflowVersion: String, val outputType: String, val projectName: String, val resourceGroupId: String, val slsRegionId: String, val status: String, val totalSagNum: Int)
Link copied to clipboard
data class GetSmartagFlowLogsResult(val description: String? = null, val id: String, val ids: List<String>, val logs: List<GetSmartagFlowLogsLog>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val status: String? = null)

A collection of values returned by getSmartagFlowLogs.