Uses of Class
com.oracle.bmc.datascience.model.FastLaunchJobConfigSummary.ManagedEgressSupport
-
Packages that use FastLaunchJobConfigSummary.ManagedEgressSupport Package Description com.oracle.bmc.datascience.model -
-
Uses of FastLaunchJobConfigSummary.ManagedEgressSupport in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return FastLaunchJobConfigSummary.ManagedEgressSupport Modifier and Type Method Description static FastLaunchJobConfigSummary.ManagedEgressSupport
FastLaunchJobConfigSummary.ManagedEgressSupport. create(String key)
FastLaunchJobConfigSummary.ManagedEgressSupport
FastLaunchJobConfigSummary. getManagedEgressSupport()
The managed egress supportstatic FastLaunchJobConfigSummary.ManagedEgressSupport
FastLaunchJobConfigSummary.ManagedEgressSupport. valueOf(String name)
Returns the enum constant of this type with the specified name.static FastLaunchJobConfigSummary.ManagedEgressSupport[]
FastLaunchJobConfigSummary.ManagedEgressSupport. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datascience.model with parameters of type FastLaunchJobConfigSummary.ManagedEgressSupport Modifier and Type Method Description FastLaunchJobConfigSummary.Builder
FastLaunchJobConfigSummary.Builder. managedEgressSupport(FastLaunchJobConfigSummary.ManagedEgressSupport managedEgressSupport)
The managed egress supportConstructors in com.oracle.bmc.datascience.model with parameters of type FastLaunchJobConfigSummary.ManagedEgressSupport Constructor Description FastLaunchJobConfigSummary(String name, String shapeName, Integer coreCount, Integer memoryInGBs, FastLaunchJobConfigSummary.ShapeSeries shapeSeries, FastLaunchJobConfigSummary.ManagedEgressSupport managedEgressSupport)
Deprecated.
-