CacheParameters constructor

CacheParameters({
  1. CacheConfig? cacheConfig,
  2. String? cacheState,
  3. String? command,
  4. bool? enableGlobalFileLock,
  5. String? passphrase,
  6. String? peerClusterName,
  7. List<String>? peerIpAddresses,
  8. String? peerSvmName,
  9. String? peerVolumeName,
  10. String? peeringCommandExpiryTime,
  11. String? stateDetails,
})

Implementation

CacheParameters({
  this.cacheConfig,
  this.cacheState,
  this.command,
  this.enableGlobalFileLock,
  this.passphrase,
  this.peerClusterName,
  this.peerIpAddresses,
  this.peerSvmName,
  this.peerVolumeName,
  this.peeringCommandExpiryTime,
  this.stateDetails,
});