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