Uses of Class
com.oracle.bmc.functions.model.Application.Shape
-
Packages that use Application.Shape Package Description com.oracle.bmc.functions.model -
-
Uses of Application.Shape in com.oracle.bmc.functions.model
Methods in com.oracle.bmc.functions.model that return Application.Shape Modifier and Type Method Description static Application.Shape
Application.Shape. create(String key)
Application.Shape
Application. getShape()
Valid values are GENERIC_X86, GENERIC_ARM and GENERIC_X86_ARM.static Application.Shape
Application.Shape. valueOf(String name)
Returns the enum constant of this type with the specified name.static Application.Shape[]
Application.Shape. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.functions.model with parameters of type Application.Shape Modifier and Type Method Description Application.Builder
Application.Builder. shape(Application.Shape shape)
Valid values are GENERIC_X86, GENERIC_ARM and GENERIC_X86_ARM.Constructors in com.oracle.bmc.functions.model with parameters of type Application.Shape Constructor Description Application(String id, String compartmentId, String displayName, Application.LifecycleState lifecycleState, Map<String,String> config, List<String> subnetIds, Application.Shape shape, List<String> networkSecurityGroupIds, String syslogUrl, ApplicationTraceConfig traceConfig, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Date timeCreated, Date timeUpdated, ImagePolicyConfig imagePolicyConfig)
Deprecated.
-