Package | Description |
---|---|
com.oracle.bmc.cloudbridge.model |
Modifier and Type | Method and Description |
---|---|
static SupportedCloudRegionLifecycleState |
SupportedCloudRegionLifecycleState.create(String key) |
SupportedCloudRegionLifecycleState |
SupportedCloudRegionSummary.getLifecycleState()
The current state of the supported cloud region.
|
static SupportedCloudRegionLifecycleState |
SupportedCloudRegionLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportedCloudRegionLifecycleState[] |
SupportedCloudRegionLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SupportedCloudRegionSummary.Builder |
SupportedCloudRegionSummary.Builder.lifecycleState(SupportedCloudRegionLifecycleState lifecycleState)
The current state of the supported cloud region.
|
Constructor and Description |
---|
SupportedCloudRegionSummary(AssetSourceType assetSourceType,
String name,
SupportedCloudRegionLifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.