Uses of Class
com.oracle.bmc.fleetappsmanagement.model.FleetProperty.LifecycleState
-
Packages that use FleetProperty.LifecycleState Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.model com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of FleetProperty.LifecycleState in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement with parameters of type FleetProperty.LifecycleState Modifier and Type Method Description Waiter<GetFleetPropertyRequest,GetFleetPropertyResponse>
FleetAppsManagementWaiters. forFleetProperty(GetFleetPropertyRequest request, FleetProperty.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetFleetPropertyRequest,GetFleetPropertyResponse>
FleetAppsManagementWaiters. forFleetProperty(GetFleetPropertyRequest request, FleetProperty.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetFleetPropertyRequest,GetFleetPropertyResponse>
FleetAppsManagementWaiters. forFleetProperty(GetFleetPropertyRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, FleetProperty.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of FleetProperty.LifecycleState in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return FleetProperty.LifecycleState Modifier and Type Method Description static FleetProperty.LifecycleState
FleetProperty.LifecycleState. create(String key)
FleetProperty.LifecycleState
FleetProperty. getLifecycleState()
The current state of the FleetProperty.FleetProperty.LifecycleState
FleetPropertySummary. getLifecycleState()
The current state of the FleetProperty.static FleetProperty.LifecycleState
FleetProperty.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static FleetProperty.LifecycleState[]
FleetProperty.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 FleetProperty.LifecycleState Modifier and Type Method Description FleetProperty.Builder
FleetProperty.Builder. lifecycleState(FleetProperty.LifecycleState lifecycleState)
The current state of the FleetProperty.FleetPropertySummary.Builder
FleetPropertySummary.Builder. lifecycleState(FleetProperty.LifecycleState lifecycleState)
The current state of the FleetProperty.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type FleetProperty.LifecycleState Constructor Description FleetProperty(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, String value, String propertyId, Selection selectionType, ValueType valueType, List<String> allowedValues, FleetProperty.LifecycleState lifecycleState, Map<String,Map<String,Object>> systemTags)
Deprecated.FleetPropertySummary(String id, String compartmentId, String propertyId, String displayName, Date timeCreated, Date timeUpdated, String value, ValueType valueType, FleetProperty.LifecycleState lifecycleState, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of FleetProperty.LifecycleState in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return FleetProperty.LifecycleState Modifier and Type Method Description FleetProperty.LifecycleState
ListFleetPropertiesRequest. getLifecycleState()
A filter to return only resources whose lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type FleetProperty.LifecycleState Modifier and Type Method Description ListFleetPropertiesRequest.Builder
ListFleetPropertiesRequest.Builder. lifecycleState(FleetProperty.LifecycleState lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.
-