pub struct BootVolumeBackupRequired {
pub compartment_id: String,
pub display_name: String,
pub id: String,
pub lifecycle_state: BootVolumeBackupLifecycleState,
pub time_created: DateTime<Utc>,
}Expand description
Required fields for BootVolumeBackup
Fields§
§compartment_id: StringThe OCID of the compartment that contains the boot volume backup.
display_name: StringA user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
id: StringThe OCID of the boot volume backup.
lifecycle_state: BootVolumeBackupLifecycleStateThe current state of a boot volume backup.
time_created: DateTime<Utc>The date and time the boot volume backup was created. This is the time the actual point-in-time image of the volume data was taken. Format defined by RFC3339.
Auto Trait Implementations§
impl Freeze for BootVolumeBackupRequired
impl RefUnwindSafe for BootVolumeBackupRequired
impl Send for BootVolumeBackupRequired
impl Sync for BootVolumeBackupRequired
impl Unpin for BootVolumeBackupRequired
impl UnsafeUnpin for BootVolumeBackupRequired
impl UnwindSafe for BootVolumeBackupRequired
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more