Uses of Class
com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile
Packages that use OpenShiftManagedClusterMasterPoolProfile
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
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 OpenShiftManagedClusterMasterPoolProfileModifier and TypeMethodDescriptionOpenShiftManagedClusterInner.masterPoolProfile()Get the masterPoolProfile property: Configuration for OpenShift master VMs.OpenShiftManagedClusterProperties.masterPoolProfile()Get the masterPoolProfile property: Configuration for OpenShift master VMs.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type OpenShiftManagedClusterMasterPoolProfileModifier and TypeMethodDescriptionOpenShiftManagedClusterInner.withMasterPoolProfile(OpenShiftManagedClusterMasterPoolProfile masterPoolProfile) Set the masterPoolProfile property: Configuration for OpenShift master VMs.OpenShiftManagedClusterProperties.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 OpenShiftManagedClusterMasterPoolProfileModifier and TypeMethodDescriptionOpenShiftManagedClusterMasterPoolProfile.withCount(int count) Set the count property: Number of masters (VMs) to host docker containers.Set the name property: Unique name of the master pool profile in the context of the subscription and resource group.OpenShiftManagedClusterMasterPoolProfile.withOsType(OSType osType) Set the osType property: OsType to be used to specify os type.OpenShiftManagedClusterMasterPoolProfile.withSubnetCidr(String subnetCidr) Set the subnetCidr property: Subnet CIDR for the peering.OpenShiftManagedClusterMasterPoolProfile.withVmSize(OpenShiftContainerServiceVMSize vmSize) Set the vmSize property: Size of agent VMs.