ClusterRemoteNetworkConfigArgs

data class ClusterRemoteNetworkConfigArgs(val remoteNodeNetworks: Output<ClusterRemoteNetworkConfigRemoteNodeNetworksArgs>, val remotePodNetworks: Output<ClusterRemoteNetworkConfigRemotePodNetworksArgs>? = null) : ConvertibleToJava<ClusterRemoteNetworkConfigArgs>

Constructors

Link copied to clipboard
constructor(remoteNodeNetworks: Output<ClusterRemoteNetworkConfigRemoteNodeNetworksArgs>, remotePodNetworks: Output<ClusterRemoteNetworkConfigRemotePodNetworksArgs>? = null)

Properties

Link copied to clipboard

Configuration block with remote node network configuration for EKS Hybrid Nodes. Detailed below.

Link copied to clipboard

Configuration block with remote pod network configuration for EKS Hybrid Nodes. Detailed below.

Functions

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