Replication Response
data class ReplicationResponse(val endpointType: String? = null, val remoteVolumeRegion: String? = null, val remoteVolumeResourceId: String, val replicationSchedule: String? = null)
Replication properties
Constructors
Link copied to clipboard
fun ReplicationResponse(endpointType: String? = null, remoteVolumeRegion: String? = null, remoteVolumeResourceId: String, replicationSchedule: String? = null)