From 4d6f2b0b45d5846ceff2e6250219b6c720f36182 Mon Sep 17 00:00:00 2001 From: DCL Team Date: Mon, 8 Aug 2022 18:42:54 -0700 Subject: [PATCH] Automated DCL import. - 1fe4dc374113ec781fdf06f99afed759b722408a Automatic import from cloud_mmv2_dcl_20220808_1831_RC00 by DCL Team GitOrigin-RevId: 1fe4dc374113ec781fdf06f99afed759b722408a --- services/google/compute/alpha/disk.yaml | 6 +++--- services/google/compute/beta/disk.yaml | 6 +++--- services/google/compute/disk.yaml | 6 +++--- .../google/compute/samples/first.instance_template.json | 2 +- .../google/compute/samples/second.instance_template.json | 2 +- .../google/compute/samples/update.instance_template.json | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/services/google/compute/alpha/disk.yaml b/services/google/compute/alpha/disk.yaml index 4b9727f232..a17c30b63c 100755 --- a/services/google/compute/alpha/disk.yaml +++ b/services/google/compute/alpha/disk.yaml @@ -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: diff --git a/services/google/compute/beta/disk.yaml b/services/google/compute/beta/disk.yaml index 4b9727f232..a17c30b63c 100755 --- a/services/google/compute/beta/disk.yaml +++ b/services/google/compute/beta/disk.yaml @@ -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: diff --git a/services/google/compute/disk.yaml b/services/google/compute/disk.yaml index 4b9727f232..a17c30b63c 100755 --- a/services/google/compute/disk.yaml +++ b/services/google/compute/disk.yaml @@ -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: diff --git a/services/google/compute/samples/first.instance_template.json b/services/google/compute/samples/first.instance_template.json index 885badac02..ccb4a100ff 100755 --- a/services/google/compute/samples/first.instance_template.json +++ b/services/google/compute/samples/first.instance_template.json @@ -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" } } ] diff --git a/services/google/compute/samples/second.instance_template.json b/services/google/compute/samples/second.instance_template.json index 8095ddf8e6..845f9ba8fb 100755 --- a/services/google/compute/samples/second.instance_template.json +++ b/services/google/compute/samples/second.instance_template.json @@ -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" } } ] diff --git a/services/google/compute/samples/update.instance_template.json b/services/google/compute/samples/update.instance_template.json index a979998663..cbbf8f48f4 100755 --- a/services/google/compute/samples/update.instance_template.json +++ b/services/google/compute/samples/update.instance_template.json @@ -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" } } ],