mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-06-02 15:09:11 -07:00
[DO NOT MERGE] 3.0.0 staging branch
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
f526d210f6
commit
bafefea662
24 changed files with 57 additions and 133 deletions
|
@ -70,7 +70,7 @@ options:
|
|||
name:
|
||||
description:
|
||||
- The name specified for the version when it was created.
|
||||
required: false
|
||||
required: true
|
||||
type: str
|
||||
regions:
|
||||
description:
|
||||
|
@ -221,7 +221,7 @@ def main():
|
|||
state=dict(default='present', choices=['present', 'absent'], type='str'),
|
||||
name=dict(required=True, type='str'),
|
||||
description=dict(type='str'),
|
||||
default_version=dict(type='dict', options=dict(name=dict(type='str'))),
|
||||
default_version=dict(type='dict', options=dict(name=dict(required=True, type='str'))),
|
||||
regions=dict(type='list', elements='str'),
|
||||
online_prediction_logging=dict(type='bool'),
|
||||
online_prediction_console_logging=dict(type='bool'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue