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