Uses of Class
com.oracle.bmc.core.model.BootVolumeBackup.Type
-
Packages that use BootVolumeBackup.Type Package Description com.oracle.bmc.core.model -
-
Uses of BootVolumeBackup.Type in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return BootVolumeBackup.Type Modifier and Type Method Description static BootVolumeBackup.Type
BootVolumeBackup.Type. create(String key)
BootVolumeBackup.Type
BootVolumeBackup. getType()
The type of a volume backup.static BootVolumeBackup.Type
BootVolumeBackup.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static BootVolumeBackup.Type[]
BootVolumeBackup.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 BootVolumeBackup.Type Modifier and Type Method Description BootVolumeBackup.Builder
BootVolumeBackup.Builder. type(BootVolumeBackup.Type type)
The type of a volume backup.Constructors in com.oracle.bmc.core.model with parameters of type BootVolumeBackup.Type Constructor Description BootVolumeBackup(String bootVolumeId, 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 imageId, String kmsKeyId, BootVolumeBackup.LifecycleState lifecycleState, Long sizeInGBs, String sourceBootVolumeBackupId, BootVolumeBackup.SourceType sourceType, Date timeCreated, Date timeRequestReceived, BootVolumeBackup.Type type, Long uniqueSizeInGBs)
Deprecated.
-