AttachedNetworkConfigurationArgs

data class AttachedNetworkConfigurationArgs(val l2Networks: Output<List<L2NetworkAttachmentConfigurationArgs>>? = null, val l3Networks: Output<List<L3NetworkAttachmentConfigurationArgs>>? = null, val trunkedNetworks: Output<List<TrunkedNetworkAttachmentConfigurationArgs>>? = null) : ConvertibleToJava<AttachedNetworkConfigurationArgs>

Constructors

Link copied to clipboard
constructor(l2Networks: Output<List<L2NetworkAttachmentConfigurationArgs>>? = null, l3Networks: Output<List<L3NetworkAttachmentConfigurationArgs>>? = null, trunkedNetworks: Output<List<TrunkedNetworkAttachmentConfigurationArgs>>? = null)

Properties

Link copied to clipboard

The list of Layer 2 Networks and related configuration for attachment.

Link copied to clipboard

The list of Layer 3 Networks and related configuration for attachment.

Link copied to clipboard

The list of Trunked Networks and related configuration for attachment.

Functions

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