Uses of Class
com.oracle.bmc.core.model.VolumeBackup.Type
-
Packages that use VolumeBackup.Type Package Description com.oracle.bmc.core.model -
-
Uses of VolumeBackup.Type in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return VolumeBackup.Type Modifier and Type Method Description static VolumeBackup.Type
VolumeBackup.Type. create(String key)
VolumeBackup.Type
VolumeBackup. getType()
The type of a volume backup.static VolumeBackup.Type
VolumeBackup.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static VolumeBackup.Type[]
VolumeBackup.Type. 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.Type Modifier and Type Method Description VolumeBackup.Builder
VolumeBackup.Builder. type(VolumeBackup.Type type)
The type of a volume backup.Constructors in com.oracle.bmc.core.model with parameters of type VolumeBackup.Type 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.
-