Package | Description |
---|---|
com.oracle.bmc.desktops.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
DesktopPoolVolumeSummary.Builder |
DesktopPoolVolumeSummary.Builder.lifecycleState(DesktopPoolVolumeSummary.LifecycleState lifecycleState)
The state of the desktop pool volume.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.