Get Cluster Control Plane Endpoints Config
data class GetClusterControlPlaneEndpointsConfig(val dnsEndpointConfigs: List<GetClusterControlPlaneEndpointsConfigDnsEndpointConfig>, val ipEndpointsConfigs: List<GetClusterControlPlaneEndpointsConfigIpEndpointsConfig>)
Constructors
Link copied to clipboard
constructor(dnsEndpointConfigs: List<GetClusterControlPlaneEndpointsConfigDnsEndpointConfig>, ipEndpointsConfigs: List<GetClusterControlPlaneEndpointsConfigIpEndpointsConfig>)