Uses of Class
com.oracle.bmc.core.model.VolumeGroupBackup.Type
-
Packages that use VolumeGroupBackup.Type Package Description com.oracle.bmc.core.model -
-
Uses of VolumeGroupBackup.Type in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return VolumeGroupBackup.Type Modifier and Type Method Description static VolumeGroupBackup.Type
VolumeGroupBackup.Type. create(String key)
VolumeGroupBackup.Type
VolumeGroupBackup. getType()
The type of backup.static VolumeGroupBackup.Type
VolumeGroupBackup.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static VolumeGroupBackup.Type[]
VolumeGroupBackup.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 VolumeGroupBackup.Type Modifier and Type Method Description VolumeGroupBackup.Builder
VolumeGroupBackup.Builder. type(VolumeGroupBackup.Type type)
The type of backup.Constructors in com.oracle.bmc.core.model with parameters of type VolumeGroupBackup.Type Constructor Description VolumeGroupBackup(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Date expirationTime, Map<String,String> freeformTags, String id, VolumeGroupBackup.LifecycleState lifecycleState, Long sizeInMBs, Long sizeInGBs, VolumeGroupBackup.SourceType sourceType, Date timeCreated, Date timeRequestReceived, VolumeGroupBackup.Type type, Long uniqueSizeInMbs, Long uniqueSizeInGbs, List<String> volumeBackupIds, String volumeGroupId, String sourceVolumeGroupBackupId)
Deprecated.
-