Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement | |
com.oracle.bmc.fleetappsmanagement.model | |
com.oracle.bmc.fleetappsmanagement.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetPropertyRequest,GetPropertyResponse> |
FleetAppsManagementAdminWaiters.forProperty(GetPropertyRequest request,
Property.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetPropertyRequest,GetPropertyResponse> |
FleetAppsManagementAdminWaiters.forProperty(GetPropertyRequest request,
Property.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetPropertyRequest,GetPropertyResponse> |
FleetAppsManagementAdminWaiters.forProperty(GetPropertyRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Property.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Property.LifecycleState |
Property.LifecycleState.create(String key) |
Property.LifecycleState |
PropertySummary.getLifecycleState()
The current state of the Property.
|
Property.LifecycleState |
Property.getLifecycleState()
The current state of the Property.
|
static Property.LifecycleState |
Property.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Property.LifecycleState[] |
Property.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PropertySummary.Builder |
PropertySummary.Builder.lifecycleState(Property.LifecycleState lifecycleState)
The current state of the Property.
|
Property.Builder |
Property.Builder.lifecycleState(Property.LifecycleState lifecycleState)
The current state of the Property.
|
Constructor and Description |
---|
Property(String id,
String compartmentId,
String displayName,
Date timeCreated,
Date timeUpdated,
String resourceRegion,
Property.LifecycleState lifecycleState,
String lifecycleDetails,
Selection selection,
ValueType valueType,
List<String> values,
Scope scope,
Property.Type type,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
PropertySummary(String id,
String compartmentId,
String displayName,
Date timeCreated,
Date timeUpdated,
String resourceRegion,
Property.LifecycleState lifecycleState,
String lifecycleDetails,
Selection selection,
ValueType valueType,
List<String> values,
Scope scope,
Property.Type type,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Property.LifecycleState |
ListPropertiesRequest.getLifecycleState()
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListPropertiesRequest.Builder |
ListPropertiesRequest.Builder.lifecycleState(Property.LifecycleState lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.