mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-05-11 04:11:27 -07:00
Remove old gcompute wording (#163)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
b4a20eb904
commit
f2746afceb
8 changed files with 64 additions and 67 deletions
|
@ -154,8 +154,9 @@ options:
|
|||
required: true
|
||||
source_disk:
|
||||
description:
|
||||
- Refers to a gcompute_disk object You must provide either this property or the
|
||||
rawDisk.source property but not both to create an image.
|
||||
- The source disk to create this image based on.
|
||||
- You must provide either this property or the rawDisk.source property but not
|
||||
both to create an image.
|
||||
- 'This field represents a link to a Disk resource in GCP. It can be specified
|
||||
in two ways. First, you can place in the selfLink of the resource here as a
|
||||
string Alternatively, you can add `register: name-of-resource` to a gcp_compute_disk
|
||||
|
@ -389,8 +390,9 @@ rawDisk:
|
|||
type: str
|
||||
sourceDisk:
|
||||
description:
|
||||
- Refers to a gcompute_disk object You must provide either this property or the
|
||||
rawDisk.source property but not both to create an image.
|
||||
- The source disk to create this image based on.
|
||||
- You must provide either this property or the rawDisk.source property but not both
|
||||
to create an image.
|
||||
returned: success
|
||||
type: str
|
||||
sourceDiskEncryptionKey:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue