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