pub struct DiskAsyncReplicationResult {
pub primary_disk: Output<String>,
pub secondary_disk: Output<DiskAsyncReplicationSecondaryDisk>,
}
Fields§
§primary_disk: Output<String>
The primary disk (source of replication).
secondary_disk: Output<DiskAsyncReplicationSecondaryDisk>
The secondary disk (target of replication). You can specify only one value. Structure is documented below.
The secondary_disk
block includes:
Auto Trait Implementations§
impl Freeze for DiskAsyncReplicationResult
impl RefUnwindSafe for DiskAsyncReplicationResult
impl Send for DiskAsyncReplicationResult
impl Sync for DiskAsyncReplicationResult
impl Unpin for DiskAsyncReplicationResult
impl UnwindSafe for DiskAsyncReplicationResult
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