GoogleCloudRunV2WorkerPoolRevisionTemplate constructor

GoogleCloudRunV2WorkerPoolRevisionTemplate({
  1. Map<String, String>? annotations,
  2. String? client,
  3. String? clientVersion,
  4. List<GoogleCloudRunV2Container>? containers,
  5. String? encryptionKey,
  6. String? encryptionKeyRevocationAction,
  7. String? encryptionKeyShutdownDuration,
  8. bool? gpuZonalRedundancyDisabled,
  9. Map<String, String>? labels,
  10. GoogleCloudRunV2NodeSelector? nodeSelector,
  11. String? revision,
  12. String? serviceAccount,
  13. GoogleCloudRunV2ServiceMesh? serviceMesh,
  14. List<GoogleCloudRunV2Volume>? volumes,
  15. GoogleCloudRunV2VpcAccess? vpcAccess,
})

Implementation

GoogleCloudRunV2WorkerPoolRevisionTemplate({
  this.annotations,
  this.client,
  this.clientVersion,
  this.containers,
  this.encryptionKey,
  this.encryptionKeyRevocationAction,
  this.encryptionKeyShutdownDuration,
  this.gpuZonalRedundancyDisabled,
  this.labels,
  this.nodeSelector,
  this.revision,
  this.serviceAccount,
  this.serviceMesh,
  this.volumes,
  this.vpcAccess,
});