Uses of Class
com.oracle.bmc.filestorage.model.Snapshot.SnapshotType
-
Packages that use Snapshot.SnapshotType Package Description com.oracle.bmc.filestorage.model -
-
Uses of Snapshot.SnapshotType in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return Snapshot.SnapshotType Modifier and Type Method Description static Snapshot.SnapshotType
Snapshot.SnapshotType. create(String key)
Snapshot.SnapshotType
Snapshot. getSnapshotType()
Specifies generation type of the snapshot.static Snapshot.SnapshotType
Snapshot.SnapshotType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Snapshot.SnapshotType[]
Snapshot.SnapshotType. 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 Snapshot.SnapshotType Modifier and Type Method Description Snapshot.Builder
Snapshot.Builder. snapshotType(Snapshot.SnapshotType snapshotType)
Specifies generation type of the snapshot.Constructors in com.oracle.bmc.filestorage.model with parameters of type Snapshot.SnapshotType Constructor Description Snapshot(String fileSystemId, String id, Snapshot.LifecycleState lifecycleState, String name, Date timeCreated, Snapshot.SnapshotType snapshotType, Date snapshotTime, String provenanceId, Boolean isCloneSource, String lifecycleDetails, List<ResourceLock> locks, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Date expirationTime, String filesystemSnapshotPolicyId)
Deprecated.
-