Instance constructor

Instance({
  1. AutoscalingConfig? autoscalingConfig,
  2. String? config,
  3. String? createTime,
  4. String? defaultBackupScheduleType,
  5. String? displayName,
  6. String? edition,
  7. List<String>? endpointUris,
  8. FreeInstanceMetadata? freeInstanceMetadata,
  9. String? instanceType,
  10. Map<String, String>? labels,
  11. String? name,
  12. int? nodeCount,
  13. int? processingUnits,
  14. List<ReplicaComputeCapacity>? replicaComputeCapacity,
  15. String? state,
  16. String? updateTime,
})

Implementation

Instance({
  this.autoscalingConfig,
  this.config,
  this.createTime,
  this.defaultBackupScheduleType,
  this.displayName,
  this.edition,
  this.endpointUris,
  this.freeInstanceMetadata,
  this.instanceType,
  this.labels,
  this.name,
  this.nodeCount,
  this.processingUnits,
  this.replicaComputeCapacity,
  this.state,
  this.updateTime,
});