Attached Network Configuration Args
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)