pub struct VolumeSuspendReplicationAction {
pub target_volume: Option<String>,
}Expand description
This action is used to suspend active data synchronization between a source and target volume, without otherwise altering the replication relationship.
This action shall be used to suspend 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 VolumeSuspendReplicationAction
impl RefUnwindSafe for VolumeSuspendReplicationAction
impl Send for VolumeSuspendReplicationAction
impl Sync for VolumeSuspendReplicationAction
impl Unpin for VolumeSuspendReplicationAction
impl UnsafeUnpin for VolumeSuspendReplicationAction
impl UnwindSafe for VolumeSuspendReplicationAction
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