Uses of Class
com.oracle.bmc.generativeai.model.HostedApplicationIam.LifecycleState
-
Packages that use HostedApplicationIam.LifecycleState Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.model -
-
Uses of HostedApplicationIam.LifecycleState in com.oracle.bmc.generativeai
-
Uses of HostedApplicationIam.LifecycleState in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return HostedApplicationIam.LifecycleState Modifier and Type Method Description static HostedApplicationIam.LifecycleStateHostedApplicationIam.LifecycleState. create(String key)HostedApplicationIam.LifecycleStateHostedApplicationIam. getLifecycleState()The current state of the hosted application.static HostedApplicationIam.LifecycleStateHostedApplicationIam.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static HostedApplicationIam.LifecycleState[]HostedApplicationIam.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 HostedApplicationIam.LifecycleState Modifier and Type Method Description HostedApplicationIam.BuilderHostedApplicationIam.Builder. lifecycleState(HostedApplicationIam.LifecycleState lifecycleState)The current state of the hosted application.Constructors in com.oracle.bmc.generativeai.model with parameters of type HostedApplicationIam.LifecycleState Constructor Description HostedApplicationIam(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, HostedApplicationIam.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.
-