Package | Description |
---|---|
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and Description |
---|---|
static FilesystemSnapshotPolicySummary.LifecycleState |
FilesystemSnapshotPolicySummary.LifecycleState.create(String key) |
FilesystemSnapshotPolicySummary.LifecycleState |
FilesystemSnapshotPolicySummary.getLifecycleState()
The current state of this file system snapshot policy.
|
static FilesystemSnapshotPolicySummary.LifecycleState |
FilesystemSnapshotPolicySummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilesystemSnapshotPolicySummary.LifecycleState[] |
FilesystemSnapshotPolicySummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FilesystemSnapshotPolicySummary.Builder |
FilesystemSnapshotPolicySummary.Builder.lifecycleState(FilesystemSnapshotPolicySummary.LifecycleState lifecycleState)
The current state of this file system snapshot policy.
|
Constructor and Description |
---|
FilesystemSnapshotPolicySummary(String availabilityDomain,
String compartmentId,
String id,
FilesystemSnapshotPolicySummary.LifecycleState lifecycleState,
String displayName,
Date timeCreated,
List<ResourceLock> locks,
String policyPrefix,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.