GoogleCloudRunV2Instance constructor

GoogleCloudRunV2Instance({
  1. Map<String, String>? annotations,
  2. GoogleCloudRunV2BinaryAuthorization? binaryAuthorization,
  3. String? client,
  4. String? clientVersion,
  5. List<GoogleCloudRunV2Condition>? conditions,
  6. List<GoogleCloudRunV2ContainerStatus>? containerStatuses,
  7. List<GoogleCloudRunV2Container>? containers,
  8. String? createTime,
  9. String? creator,
  10. String? deleteTime,
  11. String? description,
  12. String? encryptionKey,
  13. String? encryptionKeyRevocationAction,
  14. String? encryptionKeyShutdownDuration,
  15. String? etag,
  16. String? expireTime,
  17. String? generation,
  18. bool? gpuZonalRedundancyDisabled,
  19. bool? iapEnabled,
  20. String? ingress,
  21. bool? invokerIamDisabled,
  22. Map<String, String>? labels,
  23. String? lastModifier,
  24. String? launchStage,
  25. String? logUri,
  26. String? name,
  27. GoogleCloudRunV2NodeSelector? nodeSelector,
  28. String? observedGeneration,
  29. bool? reconciling,
  30. bool? satisfiesPzs,
  31. String? serviceAccount,
  32. GoogleCloudRunV2Condition? terminalCondition,
  33. String? uid,
  34. String? updateTime,
  35. List<String>? urls,
  36. List<GoogleCloudRunV2Volume>? volumes,
  37. GoogleCloudRunV2VpcAccess? vpcAccess,
})

Implementation

GoogleCloudRunV2Instance({
  this.annotations,
  this.binaryAuthorization,
  this.client,
  this.clientVersion,
  this.conditions,
  this.containerStatuses,
  this.containers,
  this.createTime,
  this.creator,
  this.deleteTime,
  this.description,
  this.encryptionKey,
  this.encryptionKeyRevocationAction,
  this.encryptionKeyShutdownDuration,
  this.etag,
  this.expireTime,
  this.generation,
  this.gpuZonalRedundancyDisabled,
  this.iapEnabled,
  this.ingress,
  this.invokerIamDisabled,
  this.labels,
  this.lastModifier,
  this.launchStage,
  this.logUri,
  this.name,
  this.nodeSelector,
  this.observedGeneration,
  this.reconciling,
  this.satisfiesPzs,
  this.serviceAccount,
  this.terminalCondition,
  this.uid,
  this.updateTime,
  this.urls,
  this.volumes,
  this.vpcAccess,
});