Uses of Class
com.oracle.bmc.filestorage.model.FilesystemSnapshotPolicy.LifecycleState
-
Packages that use FilesystemSnapshotPolicy.LifecycleState Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.model -
-
Uses of FilesystemSnapshotPolicy.LifecycleState in com.oracle.bmc.filestorage
-
Uses of FilesystemSnapshotPolicy.LifecycleState in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return FilesystemSnapshotPolicy.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.filestorage.model with parameters of type FilesystemSnapshotPolicy.LifecycleState Modifier and Type Method Description FilesystemSnapshotPolicy.Builder
FilesystemSnapshotPolicy.Builder. lifecycleState(FilesystemSnapshotPolicy.LifecycleState lifecycleState)
The current state of the file system snapshot policy.Constructors in com.oracle.bmc.filestorage.model with parameters of type FilesystemSnapshotPolicy.LifecycleState Constructor 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, Map<String,Map<String,Object>> systemTags)
Deprecated.
-