Uses of Class
com.oracle.bmc.core.model.CreateClusterNetworkInstancePoolDetails
-
Packages that use CreateClusterNetworkInstancePoolDetails Package Description com.oracle.bmc.core.model -
-
Uses of CreateClusterNetworkInstancePoolDetails in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return CreateClusterNetworkInstancePoolDetails Modifier and Type Method Description CreateClusterNetworkInstancePoolDetails
CreateClusterNetworkInstancePoolDetails.Builder. build()
Methods in com.oracle.bmc.core.model that return types with arguments of type CreateClusterNetworkInstancePoolDetails Modifier and Type Method Description List<CreateClusterNetworkInstancePoolDetails>
CreateClusterNetworkDetails. getInstancePools()
The data to create the instance pools in the cluster network.Methods in com.oracle.bmc.core.model with parameters of type CreateClusterNetworkInstancePoolDetails Modifier and Type Method Description CreateClusterNetworkInstancePoolDetails.Builder
CreateClusterNetworkInstancePoolDetails.Builder. copy(CreateClusterNetworkInstancePoolDetails model)
Method parameters in com.oracle.bmc.core.model with type arguments of type CreateClusterNetworkInstancePoolDetails Modifier and Type Method Description CreateClusterNetworkDetails.Builder
CreateClusterNetworkDetails.Builder. instancePools(List<CreateClusterNetworkInstancePoolDetails> instancePools)
The data to create the instance pools in the cluster network.Constructor parameters in com.oracle.bmc.core.model with type arguments of type CreateClusterNetworkInstancePoolDetails Constructor Description CreateClusterNetworkDetails(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, List<CreateClusterNetworkInstancePoolDetails> instancePools, ClusterNetworkPlacementConfigurationDetails placementConfiguration, ClusterConfigurationDetails clusterConfiguration)
Deprecated.
-