L2Network Attachment Configuration Args
data class L2NetworkAttachmentConfigurationArgs(val networkId: Output<String>, val pluginType: Output<Either<String, KubernetesPluginType>>? = null) : ConvertibleToJava<L2NetworkAttachmentConfigurationArgs>
Constructors
Link copied to clipboard
constructor(networkId: Output<String>, pluginType: Output<Either<String, KubernetesPluginType>>? = null)