Package version:

Interface DestinationReplication

Destination replication properties

interface DestinationReplication {
    region?: string;
    replicationType?: string;
    resourceId?: string;
    zone?: string;
}

Properties

region?: string

The remote region for the destination volume.

replicationType?: string

Indicates whether the replication is cross zone or cross region.

resourceId?: string

The resource ID of the remote volume

zone?: string

The remote zone for the destination volume.