Uses of Class
com.oracle.bmc.analytics.model.AnalyticsInstanceLifecycleState
-
Packages that use AnalyticsInstanceLifecycleState Package Description com.oracle.bmc.analytics com.oracle.bmc.analytics.model com.oracle.bmc.analytics.requests -
-
Uses of AnalyticsInstanceLifecycleState in com.oracle.bmc.analytics
-
Uses of AnalyticsInstanceLifecycleState in com.oracle.bmc.analytics.model
Methods in com.oracle.bmc.analytics.model that return AnalyticsInstanceLifecycleState Modifier and Type Method Description static AnalyticsInstanceLifecycleState
AnalyticsInstanceLifecycleState. create(String key)
AnalyticsInstanceLifecycleState
AnalyticsInstance. getLifecycleState()
The current state of an instance.AnalyticsInstanceLifecycleState
AnalyticsInstanceSummary. getLifecycleState()
The current state of an instance.static AnalyticsInstanceLifecycleState
AnalyticsInstanceLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static AnalyticsInstanceLifecycleState[]
AnalyticsInstanceLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.analytics.model with parameters of type AnalyticsInstanceLifecycleState Modifier and Type Method Description AnalyticsInstance.Builder
AnalyticsInstance.Builder. lifecycleState(AnalyticsInstanceLifecycleState lifecycleState)
The current state of an instance.AnalyticsInstanceSummary.Builder
AnalyticsInstanceSummary.Builder. lifecycleState(AnalyticsInstanceLifecycleState lifecycleState)
The current state of an instance.Constructors in com.oracle.bmc.analytics.model with parameters of type AnalyticsInstanceLifecycleState Constructor Description AnalyticsInstance(String id, String name, String description, String compartmentId, AnalyticsInstanceLifecycleState lifecycleState, FeatureSet featureSet, Capacity capacity, LicenseType licenseType, String emailNotification, UpdateChannel updateChannel, NetworkEndpointDetails networkEndpointDetails, Map<String,PrivateAccessChannel> privateAccessChannels, Map<String,VanityUrlDetails> vanityUrlDetails, String serviceUrl, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags, String kmsKeyId, Date timeCreated, Date timeUpdated, FeatureBundle featureBundle, String domainId)
Deprecated.AnalyticsInstanceSummary(String id, String name, String description, String compartmentId, AnalyticsInstanceLifecycleState lifecycleState, FeatureSet featureSet, Capacity capacity, LicenseType licenseType, String emailNotification, NetworkEndpointDetails networkEndpointDetails, String serviceUrl, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags, Date timeCreated, Date timeUpdated)
Deprecated. -
Uses of AnalyticsInstanceLifecycleState in com.oracle.bmc.analytics.requests
Methods in com.oracle.bmc.analytics.requests that return AnalyticsInstanceLifecycleState Modifier and Type Method Description AnalyticsInstanceLifecycleState
ListAnalyticsInstancesRequest. getLifecycleState()
A filter to only return resources matching the lifecycle state.Methods in com.oracle.bmc.analytics.requests with parameters of type AnalyticsInstanceLifecycleState Modifier and Type Method Description ListAnalyticsInstancesRequest.Builder
ListAnalyticsInstancesRequest.Builder. lifecycleState(AnalyticsInstanceLifecycleState lifecycleState)
A filter to only return resources matching the lifecycle state.
-