ScaleIOVolumeSource constructor

const ScaleIOVolumeSource({
  1. String? fsType,
  2. required String gateway,
  3. String? protectionDomain,
  4. bool? readOnly,
  5. required LocalObjectReference secretRef,
  6. bool? sslEnabled,
  7. String? storageMode,
  8. String? storagePool,
  9. required String system,
  10. String? volumeName,
})

Default constructor.

Implementation

const ScaleIOVolumeSource({
  this.fsType,
  required this.gateway,
  this.protectionDomain,
  this.readOnly,
  required this.secretRef,
  this.sslEnabled,
  this.storageMode,
  this.storagePool,
  required this.system,
  this.volumeName,
});