Uses of Class
com.oracle.bmc.core.model.VolumeBackup.SourceType
-
Packages that use VolumeBackup.SourceType Package Description com.oracle.bmc.core.model -
-
Uses of VolumeBackup.SourceType in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return VolumeBackup.SourceType Modifier and Type Method Description static VolumeBackup.SourceType
VolumeBackup.SourceType. create(String key)
VolumeBackup.SourceType
VolumeBackup. getSourceType()
Specifies whether the backup was created manually, or via scheduled backup policy.static VolumeBackup.SourceType
VolumeBackup.SourceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static VolumeBackup.SourceType[]
VolumeBackup.SourceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type VolumeBackup.SourceType Modifier and Type Method Description VolumeBackup.Builder
VolumeBackup.Builder. sourceType(VolumeBackup.SourceType sourceType)
Specifies whether the backup was created manually, or via scheduled backup policy.Constructors in com.oracle.bmc.core.model with parameters of type VolumeBackup.SourceType Constructor Description VolumeBackup(String compartmentId, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String displayName, Date expirationTime, Map<String,String> freeformTags, String id, String kmsKeyId, VolumeBackup.LifecycleState lifecycleState, Long sizeInGBs, Long sizeInMBs, VolumeBackup.SourceType sourceType, String sourceVolumeBackupId, Date timeCreated, Date timeRequestReceived, VolumeBackup.Type type, Long uniqueSizeInGBs, Long uniqueSizeInMbs, String volumeId)
Deprecated.
-