Instance constructor

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

Implementation

Instance({
  this.adminSettings,
  this.consumerNetwork,
  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.platformEdition,
  this.privateIpEnabled,
  this.pscConfig,
  this.pscEnabled,
  this.publicIpEnabled,
  this.reservedRange,
  this.satisfiesPzi,
  this.satisfiesPzs,
  this.state,
  this.updateTime,
  this.userMetadata,
});