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 com.oracle.bmc.generativeai.requests -
-
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.HostedApplication.LifecycleStateHostedApplicationSummary. 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.HostedApplicationSummary.BuilderHostedApplicationSummary.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(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, HostedApplication.LifecycleState lifecycleState, String lifecycleDetails, ScalingConfig scalingConfig, List<StorageConfig> storageConfigs, InboundAuthConfig inboundAuthConfig, NetworkingConfig networkingConfig, List<EnvironmentVariable> environmentVariables, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.HostedApplicationSummary(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, HostedApplication.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of HostedApplication.LifecycleState in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return HostedApplication.LifecycleState Modifier and Type Method Description HostedApplication.LifecycleStateListHostedApplicationsRequest. getLifecycleState()A filter to return only the hosted applications that their lifecycle state matches the given lifecycle state.Methods in com.oracle.bmc.generativeai.requests with parameters of type HostedApplication.LifecycleState Modifier and Type Method Description ListHostedApplicationsRequest.BuilderListHostedApplicationsRequest.Builder. lifecycleState(HostedApplication.LifecycleState lifecycleState)A filter to return only the hosted applications that their lifecycle state matches the given lifecycle state.
-