Skip to content

Commit

Permalink
Automated DCL import.
Browse files Browse the repository at this point in the history
  - 1fe4dc374113ec781fdf06f99afed759b722408a Automatic import from cloud_mmv2_dcl_20220808_1831_RC00 by DCL Team <[email protected]>

GitOrigin-RevId: 1fe4dc374113ec781fdf06f99afed759b722408a
  • Loading branch information
DCL Team authored and copybara-github committed Aug 9, 2022
1 parent 4420d0a commit 4d6f2b0
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions services/google/compute/alpha/disk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -412,13 +412,13 @@ components:
type: string
x-dcl-go-name: SourceImage
description: |-
The source image used to create this disk. If the source image is deleted, this field will not be set. To create a disk with one of the public operating system images, specify the image by its family name. For example, specify `family/debian-9` to use the latest Debian 9 image:
The source image used to create this disk. If the source image is deleted, this field will not be set. To create a disk with one of the public operating system images, specify the image by its family name. For example, specify `family/debian-11` to use the latest Debian 11 image:
`projects/debian-cloud/global/images/family/debian-9`
`projects/debian-cloud/global/images/family/debian-11`
Alternatively, use a specific version of a public operating system image:
`projects/debian-cloud/global/images/debian-9-stretch-vYYYYMMDD`
`projects/debian-cloud/global/images/debian-11-stretch-vYYYYMMDD`
To create a disk with a custom image that you created, specify the image name in the following format:
Expand Down
6 changes: 3 additions & 3 deletions services/google/compute/beta/disk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -412,13 +412,13 @@ components:
type: string
x-dcl-go-name: SourceImage
description: |-
The source image used to create this disk. If the source image is deleted, this field will not be set. To create a disk with one of the public operating system images, specify the image by its family name. For example, specify `family/debian-9` to use the latest Debian 9 image:
The source image used to create this disk. If the source image is deleted, this field will not be set. To create a disk with one of the public operating system images, specify the image by its family name. For example, specify `family/debian-11` to use the latest Debian 11 image:
`projects/debian-cloud/global/images/family/debian-9`
`projects/debian-cloud/global/images/family/debian-11`
Alternatively, use a specific version of a public operating system image:
`projects/debian-cloud/global/images/debian-9-stretch-vYYYYMMDD`
`projects/debian-cloud/global/images/debian-11-stretch-vYYYYMMDD`
To create a disk with a custom image that you created, specify the image name in the following format:
Expand Down
6 changes: 3 additions & 3 deletions services/google/compute/disk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -412,13 +412,13 @@ components:
type: string
x-dcl-go-name: SourceImage
description: |-
The source image used to create this disk. If the source image is deleted, this field will not be set. To create a disk with one of the public operating system images, specify the image by its family name. For example, specify `family/debian-9` to use the latest Debian 9 image:
The source image used to create this disk. If the source image is deleted, this field will not be set. To create a disk with one of the public operating system images, specify the image by its family name. For example, specify `family/debian-11` to use the latest Debian 11 image:
`projects/debian-cloud/global/images/family/debian-9`
`projects/debian-cloud/global/images/family/debian-11`
Alternatively, use a specific version of a public operating system image:
`projects/debian-cloud/global/images/debian-9-stretch-vYYYYMMDD`
`projects/debian-cloud/global/images/debian-11-stretch-vYYYYMMDD`
To create a disk with a custom image that you created, specify the image name in the following format:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"autoDelete": true,
"boot": true,
"initializeParams": {
"sourceImage": "projects/debian-cloud/global/images/family/debian-9"
"sourceImage": "projects/debian-cloud/global/images/family/debian-11"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"autoDelete": true,
"boot": true,
"initializeParams": {
"sourceImage": "projects/debian-cloud/global/images/family/debian-9"
"sourceImage": "projects/debian-cloud/global/images/family/debian-11"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"autoDelete": true,
"boot": true,
"initializeParams": {
"sourceImage": "projects/debian-cloud/global/images/family/debian-9"
"sourceImage": "projects/debian-cloud/global/images/family/debian-11"
}
}
],
Expand Down

0 comments on commit 4d6f2b0

Please sign in to comment.