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