DestinationVolumeParameters constructor
DestinationVolumeParameters({
- String? description,
- String? storagePool,
- TieringPolicy? tieringPolicy,
- String? volumeId,
Implementation
DestinationVolumeParameters({
this.description,
this.shareName,
this.storagePool,
this.tieringPolicy,
this.volumeId,
});