VolumeReplicationDestinationVolumeParameters

data class VolumeReplicationDestinationVolumeParameters(val description: String? = null, val shareName: String? = null, val storagePool: String, val tieringPolicy: VolumeReplicationDestinationVolumeParametersTieringPolicy? = null, val volumeId: String? = null)

Constructors

constructor(description: String? = null, shareName: String? = null, storagePool: String, tieringPolicy: VolumeReplicationDestinationVolumeParametersTieringPolicy? = null, volumeId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description for the destination volume.

Link copied to clipboard
val shareName: String? = null

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

Link copied to clipboard

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

Link copied to clipboard

Tiering policy for the volume. Structure is documented below.

Link copied to clipboard
val volumeId: String? = null

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