Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement | |
com.oracle.bmc.fleetappsmanagement.model | |
com.oracle.bmc.fleetappsmanagement.requests |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
PlatformConfiguration.LifecycleState |
ListPlatformConfigurationsRequest.getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListPlatformConfigurationsRequest.Builder |
ListPlatformConfigurationsRequest.Builder.lifecycleState(PlatformConfiguration.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.