Uses of Class
com.oracle.bmc.generativeai.model.HostedApplication.LifecycleState
-
Packages that use HostedApplication.LifecycleState Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.model -
-
Uses of HostedApplication.LifecycleState in com.oracle.bmc.generativeai
-
Uses of HostedApplication.LifecycleState in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return HostedApplication.LifecycleState Modifier and Type Method Description static HostedApplication.LifecycleStateHostedApplication.LifecycleState. create(String key)HostedApplication.LifecycleStateHostedApplication. getLifecycleState()The current state of the hosted application.static HostedApplication.LifecycleStateHostedApplication.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static HostedApplication.LifecycleState[]HostedApplication.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeai.model with parameters of type HostedApplication.LifecycleState Modifier and Type Method Description HostedApplication.BuilderHostedApplication.Builder. lifecycleState(HostedApplication.LifecycleState lifecycleState)The current state of the hosted application.Constructors in com.oracle.bmc.generativeai.model with parameters of type HostedApplication.LifecycleState Constructor Description HostedApplication(InboundAuthConfig inboundAuthConfig, String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, HostedApplication.LifecycleState lifecycleState, String lifecycleDetails, ScalingConfig scalingConfig, List<StorageConfig> storageConfigs, NetworkingConfig networkingConfig, List<EnvironmentVariable> environmentVariables, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-