Package | Description |
---|---|
com.oracle.bmc.jms.model |
Modifier and Type | Method and Description |
---|---|
static ExportRunStatus |
ExportRunStatus.create(String key) |
ExportRunStatus |
ExportStatus.getLatestRunStatus()
The status of the latest export run.
|
static ExportRunStatus |
ExportRunStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportRunStatus[] |
ExportRunStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExportStatus.Builder |
ExportStatus.Builder.latestRunStatus(ExportRunStatus latestRunStatus)
The status of the latest export run.
|
Constructor and Description |
---|
ExportStatus(String fleetId,
Date timeLastRun,
Date timeNextRun,
ExportRunStatus latestRunStatus)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.