Package | Description |
---|---|
com.oracle.bmc.desktops.model |
Modifier and Type | Method and Description |
---|---|
static DesktopPool.UseDedicatedVmHost |
DesktopPool.UseDedicatedVmHost.create(String key) |
DesktopPool.UseDedicatedVmHost |
DesktopPool.getUseDedicatedVmHost()
Indicates whether the desktop pool uses dedicated virtual machine hosts.
|
static DesktopPool.UseDedicatedVmHost |
DesktopPool.UseDedicatedVmHost.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DesktopPool.UseDedicatedVmHost[] |
DesktopPool.UseDedicatedVmHost.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.useDedicatedVmHost(DesktopPool.UseDedicatedVmHost useDedicatedVmHost)
Indicates whether the desktop pool uses dedicated virtual machine hosts.
|
Constructor and Description |
---|
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.
|
Copyright © 2016–2024. All rights reserved.