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