Uses of Class
com.oracle.bmc.fleetappsmanagement.model.PlatformConfiguration.LifecycleState
-
Packages that use PlatformConfiguration.LifecycleState Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.model com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of PlatformConfiguration.LifecycleState in com.oracle.bmc.fleetappsmanagement
-
Uses of PlatformConfiguration.LifecycleState in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return PlatformConfiguration.LifecycleState Modifier and Type Method Description static PlatformConfiguration.LifecycleState
PlatformConfiguration.LifecycleState. create(String key)
PlatformConfiguration.LifecycleState
PlatformConfiguration. getLifecycleState()
The current state of the PlatformConfiguration.PlatformConfiguration.LifecycleState
PlatformConfigurationSummary. getLifecycleState()
The current state of the PlatformConfiguration.static PlatformConfiguration.LifecycleState
PlatformConfiguration.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static PlatformConfiguration.LifecycleState[]
PlatformConfiguration.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type PlatformConfiguration.LifecycleState Modifier and Type Method Description PlatformConfiguration.Builder
PlatformConfiguration.Builder. lifecycleState(PlatformConfiguration.LifecycleState lifecycleState)
The current state of the PlatformConfiguration.PlatformConfigurationSummary.Builder
PlatformConfigurationSummary.Builder. lifecycleState(PlatformConfiguration.LifecycleState lifecycleState)
The current state of the PlatformConfiguration.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type PlatformConfiguration.LifecycleState Constructor Description PlatformConfiguration(String id, String compartmentId, String displayName, String description, Date timeCreated, Date timeUpdated, String resourceRegion, PlatformConfiguration.Type type, ConfigCategoryDetails configCategoryDetails, PlatformConfiguration.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.PlatformConfigurationSummary(String id, String compartmentId, String displayName, String description, Date timeCreated, Date timeUpdated, String resourceRegion, PlatformConfiguration.Type type, ConfigCategoryDetails configCategoryDetails, PlatformConfiguration.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of PlatformConfiguration.LifecycleState in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return PlatformConfiguration.LifecycleState Modifier and Type Method Description PlatformConfiguration.LifecycleState
ListPlatformConfigurationsRequest. getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type PlatformConfiguration.LifecycleState Modifier and Type Method Description ListPlatformConfigurationsRequest.Builder
ListPlatformConfigurationsRequest.Builder. lifecycleState(PlatformConfiguration.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
-