ClusterRemoteNetworkConfigArgs

data class ClusterRemoteNetworkConfigArgs(val remoteNodeNetworks: Output<List<ClusterRemoteNodeNetworkArgs>>, val remotePodNetworks: Output<List<ClusterRemotePodNetworkArgs>>? = null) : ConvertibleToJava<ClusterRemoteNetworkConfigArgs>

Configuration fields for specifying on-premises node and pod CIDRs that are external to the VPC passed during cluster creation.

Constructors

Link copied to clipboard
constructor(remoteNodeNetworks: Output<List<ClusterRemoteNodeNetworkArgs>>, remotePodNetworks: Output<List<ClusterRemotePodNetworkArgs>>? = null)

Properties

Link copied to clipboard

Network configuration of nodes run on-premises with EKS Hybrid Nodes.

Link copied to clipboard

Network configuration of pods run on-premises with EKS Hybrid Nodes.

Functions

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