Uses of Class
com.oracle.bmc.iot.model.IotFlowRuntime.Scale
-
Packages that use IotFlowRuntime.Scale Package Description com.oracle.bmc.iot.model -
-
Uses of IotFlowRuntime.Scale in com.oracle.bmc.iot.model
Methods in com.oracle.bmc.iot.model that return IotFlowRuntime.Scale Modifier and Type Method Description static IotFlowRuntime.ScaleIotFlowRuntime.Scale. create(String key)IotFlowRuntime.ScaleIotFlowRuntime. getScale()The scale of the IoT flow runtime.static IotFlowRuntime.ScaleIotFlowRuntime.Scale. valueOf(String name)Returns the enum constant of this type with the specified name.static IotFlowRuntime.Scale[]IotFlowRuntime.Scale. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.iot.model with parameters of type IotFlowRuntime.Scale Modifier and Type Method Description IotFlowRuntime.BuilderIotFlowRuntime.Builder. scale(IotFlowRuntime.Scale scale)The scale of the IoT flow runtime.Constructors in com.oracle.bmc.iot.model with parameters of type IotFlowRuntime.Scale Constructor Description IotFlowRuntime(String id, String iotDomainId, String compartmentId, String displayName, String description, IotFlowRuntime.Scale scale, LogConfigDetails logConfig, String flowRuntimeHost, NetworkConfigDetails networkConfig, IotFlowRuntime.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Date timeCreated, Date timeUpdated)Deprecated.
-