Uses of Class
com.oracle.bmc.cloudbridge.model.ApplianceImageSummary.LifecycleState
-
Packages that use ApplianceImageSummary.LifecycleState Package Description com.oracle.bmc.cloudbridge.model -
-
Uses of ApplianceImageSummary.LifecycleState in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return ApplianceImageSummary.LifecycleState Modifier and Type Method Description static ApplianceImageSummary.LifecycleState
ApplianceImageSummary.LifecycleState. create(String key)
ApplianceImageSummary.LifecycleState
ApplianceImageSummary. getLifecycleState()
The current state of the appliance image.static ApplianceImageSummary.LifecycleState
ApplianceImageSummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ApplianceImageSummary.LifecycleState[]
ApplianceImageSummary.LifecycleState. 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 ApplianceImageSummary.LifecycleState Modifier and Type Method Description ApplianceImageSummary.Builder
ApplianceImageSummary.Builder. lifecycleState(ApplianceImageSummary.LifecycleState lifecycleState)
The current state of the appliance image.Constructors in com.oracle.bmc.cloudbridge.model with parameters of type ApplianceImageSummary.LifecycleState Constructor Description ApplianceImageSummary(String id, String fileName, String displayName, String version, String sizeInMBs, String checksum, String platform, String format, Date timeCreated, Date timeUpdated, ApplianceImageSummary.LifecycleState lifecycleState, String downloadUrl, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-