Instance constructor

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

Implementation

Instance({
  this.createTime,
  this.customPerformanceSupported,
  this.deletionProtectionEnabled,
  this.deletionProtectionReason,
  this.description,
  this.etag,
  this.fileShares,
  this.kmsKeyName,
  this.labels,
  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,
});