GetFlowlogsResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cenId: String? = null

The ID of Cen instance.

Link copied to clipboard
val description: String? = null

The description of the flowlog.

Link copied to clipboard
val flowLogId: String? = null

The ID of FlowLog.

Link copied to clipboard
val flowLogName: String? = null

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
val flowLogVersion: String? = null

(Available since v1.236.0) Flowlog Version.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of Flow Log IDs.

Link copied to clipboard
val interval: Int? = null

(Available since v1.236.0) The duration of the capture window for the flow log to capture traffic. Unit: seconds. Valid values: 60 or **600 * *. Default value: **600 * *.

Link copied to clipboard
val logStoreName: String? = null

The LogStore that stores the flowlog.

Link copied to clipboard
val nameRegex: String? = null
Link copied to clipboard

A list of name of Flow Logs.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val pageNumber: Int? = null
Link copied to clipboard
val pageSize: Int? = null
Link copied to clipboard
val projectName: String? = null

The Project that stores the flowlog.

Link copied to clipboard
val regionId: String? = null

(Available since v1.236.0) Region Id.

Link copied to clipboard
val status: String? = null

The status of the flow log. Valid values:-Active: started.-InActive: not started.

Link copied to clipboard
val transitRouterId: String? = null

(Available since v1.236.0) Transit Router ID.