GetMagicNetworkMonitoringConfigurationResult

data class GetMagicNetworkMonitoringConfigurationResult(val accountId: String, val defaultSampling: Double, val id: String, val name: String, val routerIps: List<String>, val warpDevices: List<GetMagicNetworkMonitoringConfigurationWarpDevice>)

A collection of values returned by getMagicNetworkMonitoringConfiguration.

Constructors

constructor(accountId: String, defaultSampling: Double, id: String, name: String, routerIps: List<String>, warpDevices: List<GetMagicNetworkMonitoringConfigurationWarpDevice>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Fallback sampling rate of flow messages being sent in packets per second. This should match the packet sampling rate configured on the router.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The account name.

Link copied to clipboard