VolumeReplicationDestinationVolumeParametersArgs

data class VolumeReplicationDestinationVolumeParametersArgs(val description: Output<String>? = null, val shareName: Output<String>? = null, val storagePool: Output<String>, val volumeId: Output<String>? = null) : ConvertibleToJava<VolumeReplicationDestinationVolumeParametersArgs>

Constructors

constructor(description: Output<String>? = null, shareName: Output<String>? = null, storagePool: Output<String>, volumeId: Output<String>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

Description for the destination volume.

Link copied to clipboard
val shareName: Output<String>? = null

Share name for destination volume. If not specified, name of source volume's share name will be used.

Link copied to clipboard
val storagePool: Output<String>

Name of an existing storage pool for the destination volume with format: projects/{{project}}/locations/{{location}}/storagePools/{{poolId}}

Link copied to clipboard
val volumeId: Output<String>? = null

Name for the destination volume to be created. If not specified, the name of the source volume will be used.

Functions

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