mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
Convert to reduced list of known types (#50010)
This commit is contained in:
parent
fcd1486b51
commit
05c6ff79f9
908 changed files with 4822 additions and 4821 deletions
|
@ -109,27 +109,27 @@ RETURN = '''
|
|||
id:
|
||||
description: UUID of the vpc offering.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: a6f7a5fc-43f8-11e5-a151-feff819cdc9f
|
||||
name:
|
||||
description: The name of the vpc offering
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: MyCustomVPCOffering
|
||||
display_text:
|
||||
description: The display text of the vpc offering
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: My vpc offering
|
||||
state:
|
||||
description: The state of the vpc offering
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: Enabled
|
||||
service_offering_id:
|
||||
description: The service offering ID.
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: c5f7a5fc-43f8-11e5-a151-feff819cdc9f
|
||||
is_default:
|
||||
description: Whether VPC offering is the default offering or not.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue