TrunkedNetworkAttachmentConfigurationArgs

data class TrunkedNetworkAttachmentConfigurationArgs(val networkId: Output<String>, val pluginType: Output<Either<String, KubernetesPluginType>>? = null) : ConvertibleToJava<TrunkedNetworkAttachmentConfigurationArgs>

Constructors

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(): TrunkedNetworkAttachmentConfigurationArgs