L2NetworkAttachmentConfigurationArgs

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)

Properties

Link copied to clipboard
val networkId: Output<String>

The resource ID of the network that is being configured for attachment.

Link copied to clipboard
val pluginType: Output<Either<String, KubernetesPluginType>>? = null

The indicator of how this network will be utilized by the Kubernetes cluster.

Functions

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