Package | Description |
---|---|
com.oracle.bmc.desktops.model |
Modifier and Type | Method and Description |
---|---|
static DisconnectConfig.Action |
DisconnectConfig.Action.create(String key) |
DisconnectConfig.Action |
DisconnectConfig.getAction()
a disconnect action to be triggered
|
static DisconnectConfig.Action |
DisconnectConfig.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisconnectConfig.Action[] |
DisconnectConfig.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DisconnectConfig.Builder |
DisconnectConfig.Builder.action(DisconnectConfig.Action action)
a disconnect action to be triggered
|
Constructor and Description |
---|
DisconnectConfig(DisconnectConfig.Action action,
Integer gracePeriodInMinutes)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.