diff options
Diffstat (limited to 'products')
-rw-r--r-- | products/onap-beijing/features/aai/src/main/resources/open-cli-schema/vnf/vnf-create-schema.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/vnf/vnf-create-schema.yaml b/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/vnf/vnf-create-schema.yaml index a50f4a2e..df9687b5 100644 --- a/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/vnf/vnf-create-schema.yaml +++ b/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/vnf/vnf-create-schema.yaml @@ -27,7 +27,7 @@ parameters: type: string
short_option: n
long_option: name
- is_optional: true
+ is_optional: false
- name: vnf-id
description: vnf-id
type: string
@@ -39,7 +39,7 @@ parameters: type: string
short_option: z
long_option: vnf-type
- is_optional: true
+ is_optional: false
- name: in-maint
description: Used to indicate whether or not this object is in maintenance mode (maintenance mode = true)
type: bool
|