Package | Description |
---|---|
com.oracle.bmc.desktops.model |
Modifier and Type | Method and Description |
---|---|
static DesktopDevicePolicy.CdmMode |
DesktopDevicePolicy.CdmMode.create(String key) |
DesktopDevicePolicy.CdmMode |
DesktopDevicePolicy.getCdmMode()
The client local drive access mode.
|
static DesktopDevicePolicy.CdmMode |
DesktopDevicePolicy.CdmMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DesktopDevicePolicy.CdmMode[] |
DesktopDevicePolicy.CdmMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DesktopDevicePolicy.Builder |
DesktopDevicePolicy.Builder.cdmMode(DesktopDevicePolicy.CdmMode cdmMode)
The client local drive access mode.
|
Constructor and Description |
---|
DesktopDevicePolicy(DesktopDevicePolicy.ClipboardMode clipboardMode,
DesktopDevicePolicy.AudioMode audioMode,
DesktopDevicePolicy.CdmMode cdmMode,
Boolean isPrintingEnabled,
Boolean isPointerEnabled,
Boolean isKeyboardEnabled,
Boolean isDisplayEnabled)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.