Volume Replication Destination Volume Parameters Args
data class VolumeReplicationDestinationVolumeParametersArgs(val description: Output<String>? = null, val shareName: Output<String>? = null, val storagePool: Output<String>, val tieringPolicy: Output<VolumeReplicationDestinationVolumeParametersTieringPolicyArgs>? = null, val volumeId: Output<String>? = null) : ConvertibleToJava<VolumeReplicationDestinationVolumeParametersArgs>
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, shareName: Output<String>? = null, storagePool: Output<String>, tieringPolicy: Output<VolumeReplicationDestinationVolumeParametersTieringPolicyArgs>? = null, volumeId: Output<String>? = null)
Properties
Link copied to clipboard
Description for the destination volume.
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.