Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static UpgradeStatus.Status |
UpgradeStatus.Status.create(String key) |
UpgradeStatus.Status |
UpgradeStatus.getStatus()
The current upgrade status of the DRG attachment.
|
static UpgradeStatus.Status |
UpgradeStatus.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpgradeStatus.Status[] |
UpgradeStatus.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpgradeStatus.Builder |
UpgradeStatus.Builder.status(UpgradeStatus.Status status)
The current upgrade status of the DRG attachment.
|
Constructor and Description |
---|
UpgradeStatus(String drgId,
UpgradeStatus.Status status,
String upgradedConnections)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.