Package | Description |
---|---|
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and Description |
---|---|
static ExportSummary.LifecycleState |
ExportSummary.LifecycleState.create(String key) |
ExportSummary.LifecycleState |
ExportSummary.getLifecycleState()
The current state of this export.
|
static ExportSummary.LifecycleState |
ExportSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportSummary.LifecycleState[] |
ExportSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExportSummary.Builder |
ExportSummary.Builder.lifecycleState(ExportSummary.LifecycleState lifecycleState)
The current state of this export.
|
Constructor and Description |
---|
ExportSummary(String exportSetId,
String fileSystemId,
String id,
ExportSummary.LifecycleState lifecycleState,
String path,
Boolean isIdmapGroupsForSysAuth,
Date timeCreated)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.