MulticastGroupArgs

data class MulticastGroupArgs(val associateWirelessDevice: Output<String>? = null, val description: Output<String>? = null, val disassociateWirelessDevice: Output<String>? = null, val loRaWan: Output<MulticastGroupLoRaWanArgs>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<MulticastGroupArgs>

Create and manage Multicast groups.

Constructors

Link copied to clipboard
constructor(associateWirelessDevice: Output<String>? = null, description: Output<String>? = null, disassociateWirelessDevice: Output<String>? = null, loRaWan: Output<MulticastGroupLoRaWanArgs>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val associateWirelessDevice: Output<String>? = null

Wireless device to associate. Only for update request.

Link copied to clipboard
val description: Output<String>? = null

Multicast group description

Link copied to clipboard
val disassociateWirelessDevice: Output<String>? = null

Wireless device to disassociate. Only for update request.

Link copied to clipboard
val loRaWan: Output<MulticastGroupLoRaWanArgs>? = null

Multicast group LoRaWAN

Link copied to clipboard
val name: Output<String>? = null

Name of Multicast group

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

A list of key-value pairs that contain metadata for the Multicast group.

Functions

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