Uses of Class
com.oracle.bmc.batch.model.FleetShape
-
Packages that use FleetShape Package Description com.oracle.bmc.batch.model -
-
Uses of FleetShape in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return FleetShape Modifier and Type Method Description FleetShapeFleetShape.Builder. build()FleetShapeCreateServiceManagedFleetDetails. getShape()FleetShapeServiceManagedFleet. getShape()Methods in com.oracle.bmc.batch.model with parameters of type FleetShape Modifier and Type Method Description FleetShape.BuilderFleetShape.Builder. copy(FleetShape model)CreateServiceManagedFleetDetails.BuilderCreateServiceManagedFleetDetails.Builder. shape(FleetShape shape)ServiceManagedFleet.BuilderServiceManagedFleet.Builder. shape(FleetShape shape)Constructors in com.oracle.bmc.batch.model with parameters of type FleetShape Constructor Description CreateServiceManagedFleetDetails(String name, FleetShape shape, Integer maxConcurrentTasks)Deprecated.ServiceManagedFleet(String name, FleetShape shape, Integer maxConcurrentTasks, String state, String details)Deprecated.
-