Uses of Class
com.oracle.bmc.desktops.model.DesktopPoolVolumeSummary.LifecycleState
-
Packages that use DesktopPoolVolumeSummary.LifecycleState Package Description com.oracle.bmc.desktops.model -
-
Uses of DesktopPoolVolumeSummary.LifecycleState in com.oracle.bmc.desktops.model
Methods in com.oracle.bmc.desktops.model that return DesktopPoolVolumeSummary.LifecycleState Modifier and Type Method Description static DesktopPoolVolumeSummary.LifecycleState
DesktopPoolVolumeSummary.LifecycleState. create(String key)
DesktopPoolVolumeSummary.LifecycleState
DesktopPoolVolumeSummary. getLifecycleState()
The state of the desktop pool volume.static DesktopPoolVolumeSummary.LifecycleState
DesktopPoolVolumeSummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DesktopPoolVolumeSummary.LifecycleState[]
DesktopPoolVolumeSummary.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.desktops.model with parameters of type DesktopPoolVolumeSummary.LifecycleState Modifier and Type Method Description DesktopPoolVolumeSummary.Builder
DesktopPoolVolumeSummary.Builder. lifecycleState(DesktopPoolVolumeSummary.LifecycleState lifecycleState)
The state of the desktop pool volume.Constructors in com.oracle.bmc.desktops.model with parameters of type DesktopPoolVolumeSummary.LifecycleState Constructor Description DesktopPoolVolumeSummary(String id, String name, DesktopPoolVolumeSummary.LifecycleState lifecycleState, String userName, String poolId, String availabilityDomain, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-