Get Cluster Private Cluster Config
data class GetClusterPrivateClusterConfig(val enablePrivateEndpoint: Boolean, val enablePrivateNodes: Boolean, val masterGlobalAccessConfigs: List<GetClusterPrivateClusterConfigMasterGlobalAccessConfig>, val masterIpv4CidrBlock: String, val peeringName: String, val privateEndpoint: String, val privateEndpointSubnetwork: String, val publicEndpoint: String)