L3NetworkAttachmentConfigurationArgs

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

Constructors

Link copied to clipboard
constructor(ipamEnabled: Output<Either<String, L3NetworkConfigurationIpamEnabled>>? = null, networkId: Output<String>, pluginType: Output<Either<String, KubernetesPluginType>>? = null)

Properties

Link copied to clipboard

The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.

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