Convert to reduced list of known types (#50010)

This commit is contained in:
Dag Wieers 2018-12-18 22:25:30 +01:00 committed by Jordan Borean
parent fcd1486b51
commit 05c6ff79f9
908 changed files with 4822 additions and 4821 deletions

View file

@ -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.