Instance constructor

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

Implementation

Instance({
  this.acceleratedSecurityPatchEnabled,
  this.adminSettings,
  this.catalogIntegrationOptOut,
  this.classType,
  this.consumerNetwork,
  this.controlledEgressConfig,
  this.controlledEgressEnabled,
  this.createTime,
  this.customDomain,
  this.denyMaintenancePeriod,
  this.egressPublicIp,
  this.encryptionConfig,
  this.fipsEnabled,
  this.geminiEnabled,
  this.ingressIpAllowlistConfig,
  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.releaseChannel,
  this.reservedRange,
  this.satisfiesPzi,
  this.satisfiesPzs,
  this.softDeleteReason,
  this.state,
  this.suspendedTime,
  this.updateTime,
  this.userMetadata,
});