mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-09 04:10:27 -07:00
Add a kubernetes style resource async class
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
2a77247c26
commit
01e38c4f2e
2 changed files with 3 additions and 3 deletions
|
@ -89,7 +89,7 @@ options:
|
||||||
type: str
|
type: str
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- The ID of the instance or a fully qualified identifier for the instance. .
|
- The ID of the instance or a fully qualified identifier for the instance.
|
||||||
required: true
|
required: true
|
||||||
type: str
|
type: str
|
||||||
memory_size_gb:
|
memory_size_gb:
|
||||||
|
@ -267,7 +267,7 @@ locationId:
|
||||||
type: str
|
type: str
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- The ID of the instance or a fully qualified identifier for the instance. .
|
- The ID of the instance or a fully qualified identifier for the instance.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
memorySizeGb:
|
memorySizeGb:
|
||||||
|
|
|
@ -172,7 +172,7 @@ resources:
|
||||||
type: str
|
type: str
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- The ID of the instance or a fully qualified identifier for the instance. .
|
- The ID of the instance or a fully qualified identifier for the instance.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
memorySizeGb:
|
memorySizeGb:
|
||||||
|
|
Loading…
Add table
Reference in a new issue