Kubernetes Cluster Node Pool Node Network Profile Allowed Host Port
data class KubernetesClusterNodePoolNodeNetworkProfileAllowedHostPort(val portEnd: Int? = null, val portStart: Int? = null, val protocol: String? = null)