Uses of Class
com.oracle.bmc.disasterrecovery.model.OkeClusterManagedNodePoolConfiguration
-
Packages that use OkeClusterManagedNodePoolConfiguration Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of OkeClusterManagedNodePoolConfiguration in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return OkeClusterManagedNodePoolConfiguration Modifier and Type Method Description OkeClusterManagedNodePoolConfiguration
OkeClusterManagedNodePoolConfiguration.Builder. build()
Methods in com.oracle.bmc.disasterrecovery.model that return types with arguments of type OkeClusterManagedNodePoolConfiguration Modifier and Type Method Description List<OkeClusterManagedNodePoolConfiguration>
DrProtectionGroupMemberOkeCluster. getManagedNodePoolConfigs()
The list of node pools with configurations for minimum and maximum node counts.Methods in com.oracle.bmc.disasterrecovery.model with parameters of type OkeClusterManagedNodePoolConfiguration Modifier and Type Method Description OkeClusterManagedNodePoolConfiguration.Builder
OkeClusterManagedNodePoolConfiguration.Builder. copy(OkeClusterManagedNodePoolConfiguration model)
Method parameters in com.oracle.bmc.disasterrecovery.model with type arguments of type OkeClusterManagedNodePoolConfiguration Modifier and Type Method Description DrProtectionGroupMemberOkeCluster.Builder
DrProtectionGroupMemberOkeCluster.Builder. managedNodePoolConfigs(List<OkeClusterManagedNodePoolConfiguration> managedNodePoolConfigs)
The list of node pools with configurations for minimum and maximum node counts.
-