Instance constructor

Instance({
  1. List<Accelerator>? accelerators,
  2. String? apiEndpoint,
  3. List<Version>? availableVersion,
  4. String? createTime,
  5. CryptoKeyConfig? cryptoKeyConfig,
  6. bool? dataplexDataLineageIntegrationEnabled,
  7. String? dataprocServiceAccount,
  8. String? description,
  9. List<String>? disabledReason,
  10. String? displayName,
  11. bool? enableRbac,
  12. bool? enableStackdriverLogging,
  13. bool? enableStackdriverMonitoring,
  14. bool? enableZoneSeparation,
  15. EventPublishConfig? eventPublishConfig,
  16. String? gcsBucket,
  17. Map<String, String>? labels,
  18. String? name,
  19. NetworkConfig? networkConfig,
  20. Map<String, String>? options,
  21. String? p4ServiceAccount,
  22. String? patchRevision,
  23. bool? privateInstance,
  24. bool? satisfiesPzs,
  25. String? serviceAccount,
  26. String? serviceEndpoint,
  27. String? state,
  28. String? stateMessage,
  29. String? tenantProjectId,
  30. String? type,
  31. String? updateTime,
  32. String? version,
  33. String? workforceIdentityServiceEndpoint,
  34. String? zone,
})

Implementation

Instance({
  this.accelerators,
  this.apiEndpoint,
  this.availableVersion,
  this.createTime,
  this.cryptoKeyConfig,
  this.dataplexDataLineageIntegrationEnabled,
  this.dataprocServiceAccount,
  this.description,
  this.disabledReason,
  this.displayName,
  this.enableRbac,
  this.enableStackdriverLogging,
  this.enableStackdriverMonitoring,
  this.enableZoneSeparation,
  this.eventPublishConfig,
  this.gcsBucket,
  this.labels,
  this.name,
  this.networkConfig,
  this.options,
  this.p4ServiceAccount,
  this.patchRevision,
  this.privateInstance,
  this.satisfiesPzs,
  this.serviceAccount,
  this.serviceEndpoint,
  this.state,
  this.stateMessage,
  this.tenantProjectId,
  this.type,
  this.updateTime,
  this.version,
  this.workforceIdentityServiceEndpoint,
  this.zone,
});