pub struct VolumeResumeReplicationAction {
pub target_volume: Option<String>,
}Expand description
This action is used to resume the active data synchronization between a source and target volume, without otherwise altering the replication relationship.
This action shall be used to resume the active data synchronization between a source and target volume, without otherwise altering the replication relationship.
Fields§
§target_volume: Option<String>The Uri to the existing target volume.
This parameter shall contain the Uri to the existing target volume.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VolumeResumeReplicationAction
impl RefUnwindSafe for VolumeResumeReplicationAction
impl Send for VolumeResumeReplicationAction
impl Sync for VolumeResumeReplicationAction
impl Unpin for VolumeResumeReplicationAction
impl UnsafeUnpin for VolumeResumeReplicationAction
impl UnwindSafe for VolumeResumeReplicationAction
Blanket Implementations§
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