Uses of Class
com.oracle.bmc.desktops.model.LifecycleState
-
Packages that use LifecycleState Package Description com.oracle.bmc.desktops com.oracle.bmc.desktops.model -
-
Uses of LifecycleState in com.oracle.bmc.desktops
Methods in com.oracle.bmc.desktops with parameters of type LifecycleState Modifier and Type Method Description Waiter<GetDesktopRequest,GetDesktopResponse>
DesktopServiceWaiters. forDesktop(GetDesktopRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDesktopRequest,GetDesktopResponse>
DesktopServiceWaiters. forDesktop(GetDesktopRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDesktopRequest,GetDesktopResponse>
DesktopServiceWaiters. forDesktop(GetDesktopRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Waiter<GetDesktopPoolRequest,GetDesktopPoolResponse>
DesktopServiceWaiters. forDesktopPool(GetDesktopPoolRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDesktopPoolRequest,GetDesktopPoolResponse>
DesktopServiceWaiters. forDesktopPool(GetDesktopPoolRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDesktopPoolRequest,GetDesktopPoolResponse>
DesktopServiceWaiters. forDesktopPool(GetDesktopPoolRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of LifecycleState in com.oracle.bmc.desktops.model
Methods in com.oracle.bmc.desktops.model that return LifecycleState Modifier and Type Method Description static LifecycleState
LifecycleState. create(String key)
LifecycleState
Desktop. getLifecycleState()
The state of the desktop.LifecycleState
DesktopPool. getLifecycleState()
The current state of the desktop pool.LifecycleState
DesktopPoolDesktopSummary. getLifecycleState()
The state of the desktop.LifecycleState
DesktopPoolSummary. getLifecycleState()
The current state of the desktop pool.LifecycleState
DesktopSummary. getLifecycleState()
The state of the desktop.static LifecycleState
LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static LifecycleState[]
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 LifecycleState Modifier and Type Method Description Desktop.Builder
Desktop.Builder. lifecycleState(LifecycleState lifecycleState)
The state of the desktop.DesktopPool.Builder
DesktopPool.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the desktop pool.DesktopPoolDesktopSummary.Builder
DesktopPoolDesktopSummary.Builder. lifecycleState(LifecycleState lifecycleState)
The state of the desktop.DesktopPoolSummary.Builder
DesktopPoolSummary.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the desktop pool.DesktopSummary.Builder
DesktopSummary.Builder. lifecycleState(LifecycleState lifecycleState)
The state of the desktop.Constructors in com.oracle.bmc.desktops.model with parameters of type LifecycleState Constructor Description Desktop(String id, LifecycleState lifecycleState, Date timeCreated, String displayName, DesktopDevicePolicy devicePolicy, HostingOptions hostingOptions, String userName, String poolId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.DesktopPool(String id, String compartmentId, String displayName, String description, LifecycleState lifecycleState, Date timeCreated, Integer maximumSize, Integer standbySize, String shapeName, DesktopPoolShapeConfig shapeConfig, DesktopPool.UseDedicatedVmHost useDedicatedVmHost, Boolean isStorageEnabled, Integer storageSizeInGBs, String storageBackupPolicyId, DesktopDevicePolicy devicePolicy, DesktopAvailabilityPolicy availabilityPolicy, DesktopImage image, DesktopNetworkConfiguration networkConfiguration, DesktopSessionLifecycleActions sessionLifecycleActions, Date timeStartScheduled, Date timeStopScheduled, String contactDetails, Boolean arePrivilegedUsers, String availabilityDomain, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<String> nsgIds, DesktopPoolPrivateAccessDetails privateAccessDetails)
Deprecated.DesktopPoolDesktopSummary(LifecycleState lifecycleState, String instanceId, String userName, String desktopId, Boolean isAssigned, Date timeCreated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.DesktopPoolSummary(String id, String displayName, LifecycleState lifecycleState, Integer maximumSize, Integer activeDesktops, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String contactDetails, String compartmentId, Date timeCreated)
Deprecated.DesktopSummary(String id, LifecycleState lifecycleState, Date timeCreated, String displayName, String userName, String poolId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-