Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement | |
com.oracle.bmc.fleetappsmanagement.model | |
com.oracle.bmc.fleetappsmanagement.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetFleetPropertyRequest,GetFleetPropertyResponse> |
FleetAppsManagementWaiters.forFleetProperty(GetFleetPropertyRequest request,
FleetProperty.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetFleetPropertyRequest,GetFleetPropertyResponse> |
FleetAppsManagementWaiters.forFleetProperty(GetFleetPropertyRequest request,
FleetProperty.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetFleetPropertyRequest,GetFleetPropertyResponse> |
FleetAppsManagementWaiters.forFleetProperty(GetFleetPropertyRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
FleetProperty.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
FleetProperty.LifecycleState |
ListFleetPropertiesRequest.getLifecycleState()
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListFleetPropertiesRequest.Builder |
ListFleetPropertiesRequest.Builder.lifecycleState(FleetProperty.LifecycleState lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.