Package | Description |
---|---|
com.oracle.bmc.desktops | |
com.oracle.bmc.desktops.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetDesktopRequest,GetDesktopResponse> |
DesktopServiceWaiters.forDesktop(GetDesktopRequest request,
LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetDesktopRequest,GetDesktopResponse> |
DesktopServiceWaiters.forDesktop(GetDesktopRequest request,
LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetDesktopRequest,GetDesktopResponse> |
DesktopServiceWaiters.forDesktop(GetDesktopRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetDesktopPoolRequest,GetDesktopPoolResponse> |
DesktopServiceWaiters.forDesktopPool(GetDesktopPoolRequest request,
LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetDesktopPoolRequest,GetDesktopPoolResponse> |
DesktopServiceWaiters.forDesktopPool(GetDesktopPoolRequest request,
LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetDesktopPoolRequest,GetDesktopPoolResponse> |
DesktopServiceWaiters.forDesktopPool(GetDesktopPoolRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static LifecycleState |
LifecycleState.create(String key) |
LifecycleState |
DesktopPool.getLifecycleState()
The current state of the desktop pool.
|
LifecycleState |
DesktopSummary.getLifecycleState()
The state of the desktop.
|
LifecycleState |
Desktop.getLifecycleState()
The state of the desktop.
|
LifecycleState |
DesktopPoolDesktopSummary.getLifecycleState()
The state of the desktop.
|
LifecycleState |
DesktopPoolSummary.getLifecycleState()
The current state of the desktop pool.
|
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.
|
Modifier and Type | Method and Description |
---|---|
DesktopPool.Builder |
DesktopPool.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the desktop pool.
|
DesktopSummary.Builder |
DesktopSummary.Builder.lifecycleState(LifecycleState lifecycleState)
The state of the desktop.
|
Desktop.Builder |
Desktop.Builder.lifecycleState(LifecycleState lifecycleState)
The state of the desktop.
|
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.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.