GetFlowLogResult

data class GetFlowLogResult(val enabled: Boolean? = null, val etag: String, val flowAnalyticsConfiguration: TrafficAnalyticsPropertiesResponse? = null, val format: FlowLogFormatParametersResponse? = null, val id: String? = null, val location: String? = null, val name: String, val provisioningState: String, val retentionPolicy: RetentionPolicyParametersResponse? = null, val storageId: String, val tags: Map<String, String>? = null, val targetResourceGuid: String, val targetResourceId: String, val type: String)

A flow log resource.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, etag: String, flowAnalyticsConfiguration: TrafficAnalyticsPropertiesResponse? = null, format: FlowLogFormatParametersResponse? = null, id: String? = null, location: String? = null, name: String, provisioningState: String, retentionPolicy: RetentionPolicyParametersResponse? = null, storageId: String, tags: Map<String, String>? = null, targetResourceGuid: String, targetResourceId: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Flag to enable/disable flow logging.

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard

Parameters that define the configuration of traffic analytics.

Link copied to clipboard

Parameters that define the flow log format.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard
val location: String? = null

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard

The provisioning state of the flow log.

Link copied to clipboard

Parameters that define the retention policy for flow log.

Link copied to clipboard

ID of the storage account which is used to store the flow log.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Guid of network security group to which flow log will be applied.

Link copied to clipboard

ID of network security group to which flow log will be applied.

Link copied to clipboard

Resource type.