Uses of Class
com.oracle.bmc.opsi.model.OpsiConfigurationLifecycleState
-
Packages that use OpsiConfigurationLifecycleState Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.model com.oracle.bmc.opsi.requests -
-
Uses of OpsiConfigurationLifecycleState in com.oracle.bmc.opsi
-
Uses of OpsiConfigurationLifecycleState in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return OpsiConfigurationLifecycleState Modifier and Type Method Description static OpsiConfigurationLifecycleState
OpsiConfigurationLifecycleState. create(String key)
OpsiConfigurationLifecycleState
OpsiConfiguration. getLifecycleState()
OPSI configuration resource lifecycle state.OpsiConfigurationLifecycleState
OpsiConfigurationSummary. getLifecycleState()
OPSI configuration resource lifecycle state.static OpsiConfigurationLifecycleState
OpsiConfigurationLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static OpsiConfigurationLifecycleState[]
OpsiConfigurationLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.model with parameters of type OpsiConfigurationLifecycleState Modifier and Type Method Description OpsiUxConfiguration.Builder
OpsiUxConfiguration.Builder. lifecycleState(OpsiConfigurationLifecycleState lifecycleState)
OpsiUxConfigurationSummary.Builder
OpsiUxConfigurationSummary.Builder. lifecycleState(OpsiConfigurationLifecycleState lifecycleState)
Constructors in com.oracle.bmc.opsi.model with parameters of type OpsiConfigurationLifecycleState Constructor Description OpsiConfiguration(String id, String compartmentId, String displayName, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Date timeCreated, Date timeUpdated, OpsiConfigurationLifecycleState lifecycleState, String lifecycleDetails, List<OpsiConfigurationConfigurationItemSummary> configItems)
Deprecated.OpsiConfigurationSummary(String id, String compartmentId, String displayName, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Date timeCreated, Date timeUpdated, OpsiConfigurationLifecycleState lifecycleState, String lifecycleDetails)
Deprecated.OpsiUxConfiguration(String id, String compartmentId, String displayName, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Date timeCreated, Date timeUpdated, OpsiConfigurationLifecycleState lifecycleState, String lifecycleDetails, List<OpsiConfigurationConfigurationItemSummary> configItems)
Deprecated.OpsiUxConfigurationSummary(String id, String compartmentId, String displayName, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Date timeCreated, Date timeUpdated, OpsiConfigurationLifecycleState lifecycleState, String lifecycleDetails)
Deprecated. -
Uses of OpsiConfigurationLifecycleState in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return types with arguments of type OpsiConfigurationLifecycleState Modifier and Type Method Description List<OpsiConfigurationLifecycleState>
ListOpsiConfigurationsRequest. getLifecycleState()
Filter to return based on Lifecycle state of OPSI configuration.Methods in com.oracle.bmc.opsi.requests with parameters of type OpsiConfigurationLifecycleState Modifier and Type Method Description ListOpsiConfigurationsRequest.Builder
ListOpsiConfigurationsRequest.Builder. lifecycleState(OpsiConfigurationLifecycleState singularValue)
Singular setter.Method parameters in com.oracle.bmc.opsi.requests with type arguments of type OpsiConfigurationLifecycleState Modifier and Type Method Description ListOpsiConfigurationsRequest.Builder
ListOpsiConfigurationsRequest.Builder. lifecycleState(List<OpsiConfigurationLifecycleState> lifecycleState)
Filter to return based on Lifecycle state of OPSI configuration.
-