Get Flowlogs Result
data class GetFlowlogsResult(val cenId: String? = null, val description: String? = null, val flowLogId: String? = null, val flowLogName: String? = null, val flowLogVersion: String? = null, val flowlogs: List<GetFlowlogsFlowlog>, val id: String, val ids: List<String>, val interval: Int? = null, val logStoreName: String? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val projectName: String? = null, val regionId: String? = null, val status: String? = null, val transitRouterId: String? = null)
A collection of values returned by getFlowlogs.
Constructors
Link copied to clipboard
constructor(cenId: String? = null, description: String? = null, flowLogId: String? = null, flowLogName: String? = null, flowLogVersion: String? = null, flowlogs: List<GetFlowlogsFlowlog>, id: String, ids: List<String>, interval: Int? = null, logStoreName: String? = null, nameRegex: String? = null, names: List<String>, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, projectName: String? = null, regionId: String? = null, status: String? = null, transitRouterId: String? = null)
Properties
Link copied to clipboard
The description of the flowlog.
Link copied to clipboard
The name of the flowlog.
Link copied to clipboard
A list of Flow Log Entries. Each element contains the following attributes:
Link copied to clipboard
(Available since v1.236.0) Flowlog Version.
Link copied to clipboard
The LogStore that stores the flowlog.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The Project that stores the flowlog.
Link copied to clipboard
(Available since v1.236.0) Transit Router ID.