Instance constructor

Instance({
  1. AdminSettings? adminSettings,
  2. bool? catalogIntegrationEnabled,
  3. String? classType,
  4. String? consumerNetwork,
  5. ControlledEgressConfig? controlledEgressConfig,
  6. bool? controlledEgressEnabled,
  7. String? createTime,
  8. CustomDomain? customDomain,
  9. DenyMaintenancePeriod? denyMaintenancePeriod,
  10. String? egressPublicIp,
  11. EncryptionConfig? encryptionConfig,
  12. bool? fipsEnabled,
  13. bool? geminiEnabled,
  14. String? ingressPrivateIp,
  15. String? ingressPublicIp,
  16. DenyMaintenancePeriod? lastDenyMaintenancePeriod,
  17. String? linkedLspProjectNumber,
  18. String? lookerUri,
  19. String? lookerVersion,
  20. MaintenanceSchedule? maintenanceSchedule,
  21. MaintenanceWindow? maintenanceWindow,
  22. String? name,
  23. OAuthConfig? oauthConfig,
  24. PeriodicExportConfig? periodicExportConfig,
  25. String? platformEdition,
  26. bool? privateIpEnabled,
  27. PscConfig? pscConfig,
  28. bool? pscEnabled,
  29. bool? publicIpEnabled,
  30. String? reservedRange,
  31. bool? satisfiesPzi,
  32. bool? satisfiesPzs,
  33. String? softDeleteReason,
  34. String? state,
  35. String? suspendedTime,
  36. String? updateTime,
  37. UserMetadata? userMetadata,
})

Implementation

Instance({
  this.adminSettings,
  this.catalogIntegrationEnabled,
  this.classType,
  this.consumerNetwork,
  this.controlledEgressConfig,
  this.controlledEgressEnabled,
  this.createTime,
  this.customDomain,
  this.denyMaintenancePeriod,
  this.egressPublicIp,
  this.encryptionConfig,
  this.fipsEnabled,
  this.geminiEnabled,
  this.ingressPrivateIp,
  this.ingressPublicIp,
  this.lastDenyMaintenancePeriod,
  this.linkedLspProjectNumber,
  this.lookerUri,
  this.lookerVersion,
  this.maintenanceSchedule,
  this.maintenanceWindow,
  this.name,
  this.oauthConfig,
  this.periodicExportConfig,
  this.platformEdition,
  this.privateIpEnabled,
  this.pscConfig,
  this.pscEnabled,
  this.publicIpEnabled,
  this.reservedRange,
  this.satisfiesPzi,
  this.satisfiesPzs,
  this.softDeleteReason,
  this.state,
  this.suspendedTime,
  this.updateTime,
  this.userMetadata,
});