mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-28 22:01:25 -07:00
adding ansible types in documentation (#303)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
72e4cc7214
commit
43536a1e38
81 changed files with 844 additions and 0 deletions
|
@ -54,6 +54,7 @@ options:
|
|||
Allowed characters are: lowercase and uppercase letters, numbers, hyphen, single-quote,
|
||||
double-quote, space, and exclamation point.'
|
||||
required: false
|
||||
type: str
|
||||
labels:
|
||||
description:
|
||||
- The labels associated with this Project.
|
||||
|
@ -65,25 +66,30 @@ options:
|
|||
- Clients should store labels in a representation such as JSON that does not depend
|
||||
on specific characters being disallowed .
|
||||
required: false
|
||||
type: dict
|
||||
parent:
|
||||
description:
|
||||
- A parent organization.
|
||||
required: false
|
||||
type: dict
|
||||
suboptions:
|
||||
type:
|
||||
description:
|
||||
- Must be organization.
|
||||
required: false
|
||||
type: str
|
||||
id:
|
||||
description:
|
||||
- Id of the organization.
|
||||
required: false
|
||||
type: str
|
||||
id:
|
||||
description:
|
||||
- The unique, user-assigned ID of the Project. It must be 6 to 30 lowercase letters,
|
||||
digits, or hyphens. It must start with a letter.
|
||||
- Trailing hyphens are prohibited.
|
||||
required: true
|
||||
type: str
|
||||
extends_documentation_fragment: gcp
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue