MagicNetworkMonitoringConfigurationWarpDeviceArgs

data class MagicNetworkMonitoringConfigurationWarpDeviceArgs(val id: Output<String>, val name: Output<String>, val routerIp: Output<String>) : ConvertibleToJava<MagicNetworkMonitoringConfigurationWarpDeviceArgs>

Constructors

constructor(id: Output<String>, name: Output<String>, routerIp: Output<String>)

Properties

Link copied to clipboard
val id: Output<String>

Unique identifier for the warp device.

Link copied to clipboard
val name: Output<String>

Name of the warp device.

Link copied to clipboard
val routerIp: Output<String>

IPv4 CIDR of the router sourcing flow data associated with this warp device. Only /32 addresses are currently supported.

Functions

Link copied to clipboard
open override fun toJava(): MagicNetworkMonitoringConfigurationWarpDeviceArgs