GetFlowlogsFlowlog

data class GetFlowlogsFlowlog(val cenId: String, val description: String, val flowLogId: String, val flowLogName: String, val id: String, val logStoreName: String, val projectName: String, val status: String)

Constructors

Link copied to clipboard
fun GetFlowlogsFlowlog(cenId: String, description: String, flowLogId: String, flowLogName: String, id: String, logStoreName: String, projectName: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the CEN Instance.

Link copied to clipboard

The description of flowlog.

Link copied to clipboard

ID of the CEN flow log.

Link copied to clipboard

The name of flowlog.

Link copied to clipboard
val id: String

ID of the CEN flow log.

Link copied to clipboard

The name of the log store which is in the project_name SLS project.

Link copied to clipboard

The name of the SLS project.

Link copied to clipboard

The status of flowlog. Valid values: "Active", "Inactive". Default to "Active".