Uses of Class
com.oracle.bmc.core.model.UpdateClusterNetworkInstancePoolDetails
-
Packages that use UpdateClusterNetworkInstancePoolDetails Package Description com.oracle.bmc.core.model -
-
Uses of UpdateClusterNetworkInstancePoolDetails in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return UpdateClusterNetworkInstancePoolDetails Modifier and Type Method Description UpdateClusterNetworkInstancePoolDetailsUpdateClusterNetworkInstancePoolDetails.Builder. build()Methods in com.oracle.bmc.core.model that return types with arguments of type UpdateClusterNetworkInstancePoolDetails Modifier and Type Method Description List<UpdateClusterNetworkInstancePoolDetails>UpdateClusterNetworkDetails. getInstancePools()The instance pools in the cluster network to update.Methods in com.oracle.bmc.core.model with parameters of type UpdateClusterNetworkInstancePoolDetails Modifier and Type Method Description UpdateClusterNetworkInstancePoolDetails.BuilderUpdateClusterNetworkInstancePoolDetails.Builder. copy(UpdateClusterNetworkInstancePoolDetails model)Method parameters in com.oracle.bmc.core.model with type arguments of type UpdateClusterNetworkInstancePoolDetails Modifier and Type Method Description UpdateClusterNetworkDetails.BuilderUpdateClusterNetworkDetails.Builder. instancePools(List<UpdateClusterNetworkInstancePoolDetails> instancePools)The instance pools in the cluster network to update.Constructor parameters in com.oracle.bmc.core.model with type arguments of type UpdateClusterNetworkInstancePoolDetails Constructor Description UpdateClusterNetworkDetails(Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, List<UpdateClusterNetworkInstancePoolDetails> instancePools)Deprecated.
-