Uses of Class
com.baidubce.services.bmr.model.InstanceGroupConfig

Packages that use InstanceGroupConfig
com.baidubce.services.bmr.model   
 

Uses of InstanceGroupConfig in com.baidubce.services.bmr.model
 

Methods in com.baidubce.services.bmr.model that return InstanceGroupConfig
 InstanceGroupConfig InstanceGroupConfig.withInstanceCount(int instanceCount)
          Configure the instance count for the instance group.
 InstanceGroupConfig InstanceGroupConfig.withInstanceType(String instanceType)
          Configure the instances'type in the target instance group.
 InstanceGroupConfig InstanceGroupConfig.withName(String name)
          Configure the name of the instance group.
 InstanceGroupConfig InstanceGroupConfig.withType(String type)
          Configure the type of the instance group.
 

Methods in com.baidubce.services.bmr.model that return types with arguments of type InstanceGroupConfig
 List<InstanceGroupConfig> CreateClusterRequest.getInstanceGroups()
           
 

Methods in com.baidubce.services.bmr.model with parameters of type InstanceGroupConfig
 CreateClusterRequest CreateClusterRequest.withInstanceGroup(InstanceGroupConfig instanceGroup)
          Configure the instance group for the cluster.
 

Method parameters in com.baidubce.services.bmr.model with type arguments of type InstanceGroupConfig
 void CreateClusterRequest.setInstanceGroups(List<InstanceGroupConfig> instanceGroups)
           
 



Copyright © 2018. All rights reserved.