Uses of Class
com.oracle.bmc.cloudbridge.model.SupportedCloudRegionLifecycleState
-
Packages that use SupportedCloudRegionLifecycleState Package Description com.oracle.bmc.cloudbridge.model -
-
Uses of SupportedCloudRegionLifecycleState in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return SupportedCloudRegionLifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.cloudbridge.model with parameters of type SupportedCloudRegionLifecycleState Modifier and Type Method Description SupportedCloudRegionSummary.Builder
SupportedCloudRegionSummary.Builder. lifecycleState(SupportedCloudRegionLifecycleState lifecycleState)
The current state of the supported cloud region.Constructors in com.oracle.bmc.cloudbridge.model with parameters of type SupportedCloudRegionLifecycleState Constructor Description SupportedCloudRegionSummary(AssetSourceType assetSourceType, String name, SupportedCloudRegionLifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-