pub struct VolumeSplitReplicationAction {
pub target_volume: Option<String>,
}Expand description
This action is used to split the replication relationship and suspend data synchronization between a source and target volume.
This action shall be used to split the replication relationship and suspend data synchronization between a source and target volume.
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§
Source§impl Debug for VolumeSplitReplicationAction
impl Debug for VolumeSplitReplicationAction
Auto Trait Implementations§
impl Freeze for VolumeSplitReplicationAction
impl RefUnwindSafe for VolumeSplitReplicationAction
impl Send for VolumeSplitReplicationAction
impl Sync for VolumeSplitReplicationAction
impl Unpin for VolumeSplitReplicationAction
impl UnsafeUnpin for VolumeSplitReplicationAction
impl UnwindSafe for VolumeSplitReplicationAction
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