L3NetworkAttachmentConfigurationResponse

data class L3NetworkAttachmentConfigurationResponse(val ipamEnabled: String? = null, val networkId: String, val pluginType: String? = null)

Constructors

Link copied to clipboard
constructor(ipamEnabled: String? = null, networkId: String, pluginType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipamEnabled: String? = null

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

Link copied to clipboard

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

Link copied to clipboard
val pluginType: String? = null

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