ScaleIOVolumeSource constructor
const
ScaleIOVolumeSource({})
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,
});