Instance constructor

Instance({
  1. List<String>? accessPoints,
  2. String? capacityGib,
  3. String? createTime,
  4. String? daosVersion,
  5. String? deploymentType,
  6. String? description,
  7. String? directoryStripeLevel,
  8. String? effectiveReservedIpRange,
  9. String? fileStripeLevel,
  10. Map<String, String>? labels,
  11. String? name,
  12. String? network,
  13. String? reservedIpRange,
  14. String? state,
  15. String? updateTime,
})

Implementation

Instance({
  this.accessPoints,
  this.capacityGib,
  this.createTime,
  this.daosVersion,
  this.deploymentType,
  this.description,
  this.directoryStripeLevel,
  this.effectiveReservedIpRange,
  this.fileStripeLevel,
  this.labels,
  this.name,
  this.network,
  this.reservedIpRange,
  this.state,
  this.updateTime,
});