VsphereVirtualDiskVolumeSource constructor

const VsphereVirtualDiskVolumeSource({
  1. String? fsType,
  2. String? storagePolicyID,
  3. String? storagePolicyName,
  4. required String volumePath,
})

Default constructor.

Implementation

const VsphereVirtualDiskVolumeSource({
  this.fsType,
  this.storagePolicyID,
  this.storagePolicyName,
  required this.volumePath,
});