GoogleCloudRunV2RevisionTemplate constructor

GoogleCloudRunV2RevisionTemplate({
  1. Map<String, String>? annotations,
  2. List<GoogleCloudRunV2Container>? containers,
  3. String? encryptionKey,
  4. String? encryptionKeyRevocationAction,
  5. String? encryptionKeyShutdownDuration,
  6. String? executionEnvironment,
  7. bool? gpuZonalRedundancyDisabled,
  8. bool? healthCheckDisabled,
  9. Map<String, String>? labels,
  10. int? maxInstanceRequestConcurrency,
  11. GoogleCloudRunV2NodeSelector? nodeSelector,
  12. String? revision,
  13. GoogleCloudRunV2RevisionScaling? scaling,
  14. String? serviceAccount,
  15. GoogleCloudRunV2ServiceMesh? serviceMesh,
  16. bool? sessionAffinity,
  17. String? timeout,
  18. List<GoogleCloudRunV2Volume>? volumes,
  19. GoogleCloudRunV2VpcAccess? vpcAccess,
})

Implementation

GoogleCloudRunV2RevisionTemplate({
  this.annotations,
  this.containers,
  this.encryptionKey,
  this.encryptionKeyRevocationAction,
  this.encryptionKeyShutdownDuration,
  this.executionEnvironment,
  this.gpuZonalRedundancyDisabled,
  this.healthCheckDisabled,
  this.labels,
  this.maxInstanceRequestConcurrency,
  this.nodeSelector,
  this.revision,
  this.scaling,
  this.serviceAccount,
  this.serviceMesh,
  this.sessionAffinity,
  this.timeout,
  this.volumes,
  this.vpcAccess,
});