VolumeGroupSapHanaVolumeDataProtectionReplicationArgs

data class VolumeGroupSapHanaVolumeDataProtectionReplicationArgs(val endpointType: Output<String>? = null, val remoteVolumeLocation: Output<String>, val remoteVolumeResourceId: Output<String>, val replicationFrequency: Output<String>) : ConvertibleToJava<VolumeGroupSapHanaVolumeDataProtectionReplicationArgs>

Constructors

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

Properties

Link copied to clipboard
val endpointType: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): VolumeGroupSapHanaVolumeDataProtectionReplicationArgs