Uses of Class
com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile
-
Packages that use OpenShiftManagedClusterMasterPoolProfile Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of OpenShiftManagedClusterMasterPoolProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return OpenShiftManagedClusterMasterPoolProfile Modifier and Type Method Description OpenShiftManagedClusterMasterPoolProfileOpenShiftManagedClusterInner. masterPoolProfile()Get the masterPoolProfile property: Configuration for OpenShift master VMs.OpenShiftManagedClusterMasterPoolProfileOpenShiftManagedClusterProperties. masterPoolProfile()Get the masterPoolProfile property: Configuration for OpenShift master VMs.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type OpenShiftManagedClusterMasterPoolProfile Modifier and Type Method Description OpenShiftManagedClusterInnerOpenShiftManagedClusterInner. withMasterPoolProfile(OpenShiftManagedClusterMasterPoolProfile masterPoolProfile)Set the masterPoolProfile property: Configuration for OpenShift master VMs.OpenShiftManagedClusterPropertiesOpenShiftManagedClusterProperties. withMasterPoolProfile(OpenShiftManagedClusterMasterPoolProfile masterPoolProfile)Set the masterPoolProfile property: Configuration for OpenShift master VMs. -
Uses of OpenShiftManagedClusterMasterPoolProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return OpenShiftManagedClusterMasterPoolProfile Modifier and Type Method Description OpenShiftManagedClusterMasterPoolProfileOpenShiftManagedClusterMasterPoolProfile. withCount(int count)Set the count property: Number of masters (VMs) to host docker containers.OpenShiftManagedClusterMasterPoolProfileOpenShiftManagedClusterMasterPoolProfile. withName(String name)Set the name property: Unique name of the master pool profile in the context of the subscription and resource group.OpenShiftManagedClusterMasterPoolProfileOpenShiftManagedClusterMasterPoolProfile. withOsType(OSType osType)Set the osType property: OsType to be used to specify os type.OpenShiftManagedClusterMasterPoolProfileOpenShiftManagedClusterMasterPoolProfile. withSubnetCidr(String subnetCidr)Set the subnetCidr property: Subnet CIDR for the peering.OpenShiftManagedClusterMasterPoolProfileOpenShiftManagedClusterMasterPoolProfile. withVmSize(OpenShiftContainerServiceVMSize vmSize)Set the vmSize property: Size of agent VMs.
-