Open Shift Managed Cluster Master Pool Profile Response
data class OpenShiftManagedClusterMasterPoolProfileResponse(val apiProperties: OpenShiftAPIPropertiesResponse? = null, val count: Int, val subnetCidr: String? = null, val vmSize: String)
OpenShiftManagedClusterMaterPoolProfile contains configuration for OpenShift master VMs.
Constructors
Link copied to clipboard
constructor(apiProperties: OpenShiftAPIPropertiesResponse? = null, count: Int, subnetCidr: String? = null, vmSize: String)