Skip to content

Commit

Permalink
docs: Add image shortcut example for Batch HPC CentOS Image
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 545368122
  • Loading branch information
Google APIs authored and Copybara-Service committed Jul 4, 2023
1 parent 5b2d46f commit dcd6ad7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions google/cloud/batch/v1/job.proto
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ message JobStatus {

// Valid Job states.
enum State {
// Job state unspecified.
STATE_UNSPECIFIED = 0;

// Job is admitted (validated and persisted) and waiting for resources.
Expand Down Expand Up @@ -262,6 +263,7 @@ message AllocationPolicy {
// * "batch-debian": use Batch Debian images.
// * "batch-centos": use Batch CentOS images.
// * "batch-cos": use Batch Container-Optimized images.
// * "batch-hpc-centos": use Batch HPC CentOS images.
string image = 4;

// Name of a snapshot used as the data source.
Expand Down

0 comments on commit dcd6ad7

Please sign in to comment.