VolumeGroupSapHanaVolumeDataProtectionReplication

data class VolumeGroupSapHanaVolumeDataProtectionReplication(val endpointType: String? = null, val remoteVolumeLocation: String, val remoteVolumeResourceId: String, val replicationFrequency: String)

Constructors

constructor(endpointType: String? = null, remoteVolumeLocation: String, remoteVolumeResourceId: String, replicationFrequency: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endpointType: String? = null

The endpoint type. Possible values are dst and src. Defaults to dst.

Link copied to clipboard

Location of the primary volume.

Link copied to clipboard

Resource ID of the primary volume.

Link copied to clipboard

eplication frequency. Possible values are 10minutes, daily and hourly.