pub struct VolumeBackupRequired {
pub compartment_id: String,
pub display_name: String,
pub id: String,
pub lifecycle_state: VolumeBackupLifecycleState,
pub time_created: DateTime<Utc>,
pub type: VolumeBackupType,
}Expand description
Required fields for VolumeBackup
Fields§
§compartment_id: StringThe OCID of the compartment that contains the 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 volume backup.
lifecycle_state: VolumeBackupLifecycleStateThe current state of a volume backup.
time_created: DateTime<Utc>The date and time the volume backup was created. This is the time the actual point-in-time image of the volume data was taken. Format defined by RFC3339.
type: VolumeBackupTypeThe type of a volume backup.
Auto Trait Implementations§
impl Freeze for VolumeBackupRequired
impl RefUnwindSafe for VolumeBackupRequired
impl Send for VolumeBackupRequired
impl Sync for VolumeBackupRequired
impl Unpin for VolumeBackupRequired
impl UnsafeUnpin for VolumeBackupRequired
impl UnwindSafe for VolumeBackupRequired
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