Instance constructor

Instance({
  1. String? capacityStepSizeGb,
  2. String? createTime,
  3. bool? customPerformanceSupported,
  4. bool? deletionProtectionEnabled,
  5. String? deletionProtectionReason,
  6. String? description,
  7. String? etag,
  8. List<FileShareConfig>? fileShares,
  9. String? kmsKeyName,
  10. Map<String, String>? labels,
  11. String? maxCapacityGb,
  12. String? minCapacityGb,
  13. String? name,
  14. List<NetworkConfig>? networks,
  15. PerformanceConfig? performanceConfig,
  16. PerformanceLimits? performanceLimits,
  17. String? protocol,
  18. Replication? replication,
  19. bool? satisfiesPzi,
  20. bool? satisfiesPzs,
  21. String? state,
  22. String? statusMessage,
  23. List<String>? suspensionReasons,
  24. Map<String, String>? tags,
  25. String? tier,
})

Implementation

Instance({
  this.capacityStepSizeGb,
  this.createTime,
  this.customPerformanceSupported,
  this.deletionProtectionEnabled,
  this.deletionProtectionReason,
  this.description,
  this.etag,
  this.fileShares,
  this.kmsKeyName,
  this.labels,
  this.maxCapacityGb,
  this.minCapacityGb,
  this.name,
  this.networks,
  this.performanceConfig,
  this.performanceLimits,
  this.protocol,
  this.replication,
  this.satisfiesPzi,
  this.satisfiesPzs,
  this.state,
  this.statusMessage,
  this.suspensionReasons,
  this.tags,
  this.tier,
});