mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Convert to reduced list of known types (#50010)
This commit is contained in:
committed by
Jordan Borean
parent
fcd1486b51
commit
05c6ff79f9
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user