mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-27 15:11:33 -07:00
Co-authored-by: Riley Karson <rileykarson@google.com> Signed-off-by: Modular Magician <magic-modules@google.com> Co-authored-by: Riley Karson <rileykarson@google.com>
This commit is contained in:
parent
3228844456
commit
3af242d21d
16 changed files with 285 additions and 282 deletions
|
@ -187,8 +187,8 @@ options:
|
|||
source_image:
|
||||
description:
|
||||
- 'URL of the source image used to create this image. In order to create an image,
|
||||
you must provide the full or partial URL of one of the following: The selfLink
|
||||
URL This property The rawDisk.source URL The sourceDisk URL .'
|
||||
you must provide the full or partial URL of one of the following: * The selfLink
|
||||
URL * This property * The rawDisk.source URL * The sourceDisk URL .'
|
||||
- 'This field represents a link to a Image resource in GCP. It can be specified
|
||||
in two ways. First, you can place a dictionary with key ''selfLink'' and value
|
||||
of your resource''s selfLink Alternatively, you can add `register: name-of-resource`
|
||||
|
@ -200,8 +200,8 @@ options:
|
|||
description:
|
||||
- URL of the source snapshot used to create this image.
|
||||
- 'In order to create an image, you must provide the full or partial URL of one
|
||||
of the following: The selfLink URL This property The sourceImage URL The rawDisk.source
|
||||
URL The sourceDisk URL .'
|
||||
of the following: * The selfLink URL * This property * The sourceImage URL *
|
||||
The rawDisk.source URL * The sourceDisk URL .'
|
||||
- 'This field represents a link to a Snapshot resource in GCP. It can be specified
|
||||
in two ways. First, you can place a dictionary with key ''selfLink'' and value
|
||||
of your resource''s selfLink Alternatively, you can add `register: name-of-resource`
|
||||
|
@ -487,16 +487,16 @@ sourceDiskId:
|
|||
sourceImage:
|
||||
description:
|
||||
- 'URL of the source image used to create this image. In order to create an image,
|
||||
you must provide the full or partial URL of one of the following: The selfLink
|
||||
URL This property The rawDisk.source URL The sourceDisk URL .'
|
||||
you must provide the full or partial URL of one of the following: * The selfLink
|
||||
URL * This property * The rawDisk.source URL * The sourceDisk URL .'
|
||||
returned: success
|
||||
type: dict
|
||||
sourceSnapshot:
|
||||
description:
|
||||
- URL of the source snapshot used to create this image.
|
||||
- 'In order to create an image, you must provide the full or partial URL of one
|
||||
of the following: The selfLink URL This property The sourceImage URL The rawDisk.source
|
||||
URL The sourceDisk URL .'
|
||||
of the following: * The selfLink URL * This property * The sourceImage URL * The
|
||||
rawDisk.source URL * The sourceDisk URL .'
|
||||
returned: success
|
||||
type: dict
|
||||
sourceType:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue