Instance constructor

Instance({
  1. String? createTime,
  2. String? creator,
  3. bool? disableProxyAccess,
  4. bool? enableDeletionProtection,
  5. bool? enableManagedEuc,
  6. bool? enableThirdPartyIdentity,
  7. GceSetup? gceSetup,
  8. Map<String, String>? healthInfo,
  9. String? healthState,
  10. String? id,
  11. List<String>? instanceOwners,
  12. Map<String, String>? labels,
  13. String? name,
  14. String? proxyUri,
  15. bool? satisfiesPzi,
  16. bool? satisfiesPzs,
  17. String? state,
  18. String? thirdPartyProxyUrl,
  19. String? updateTime,
  20. List<UpgradeHistoryEntry>? upgradeHistory,
})

Implementation

Instance({
  this.createTime,
  this.creator,
  this.disableProxyAccess,
  this.enableDeletionProtection,
  this.enableManagedEuc,
  this.enableThirdPartyIdentity,
  this.gceSetup,
  this.healthInfo,
  this.healthState,
  this.id,
  this.instanceOwners,
  this.labels,
  this.name,
  this.proxyUri,
  this.satisfiesPzi,
  this.satisfiesPzs,
  this.state,
  this.thirdPartyProxyUrl,
  this.updateTime,
  this.upgradeHistory,
});