diff options
author | Piotr Stanior <piotr.stanior@t-mobile.pl> | 2022-02-02 15:14:47 +0100 |
---|---|---|
committer | Piotr Stanior <piotr.stanior@t-mobile.pl> | 2022-02-03 14:44:31 +0100 |
commit | 7f6332466912bbc0886756d40e34128861a39259 (patch) | |
tree | b15fdb446e440d09c74c1300295ba41de1d06920 /docs/source/schemas/resources/shared/xnf_resources.rst | |
parent | e9dbe96626c23204bac7426bba69b4e2aedfbd8f (diff) |
Add vfc resource support for xnfs
Change-Id: I8caa5174e35167f1bd26fe4a950af2cd7fe63ead
Signed-off-by: Piotr Stanior <piotr.stanior@t-mobile.pl>
Issue-ID: INT-2058
Signed-off-by: Piotr Stanior <piotr.stanior@t-mobile.pl>
Diffstat (limited to 'docs/source/schemas/resources/shared/xnf_resources.rst')
-rw-r--r-- | docs/source/schemas/resources/shared/xnf_resources.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/source/schemas/resources/shared/xnf_resources.rst b/docs/source/schemas/resources/shared/xnf_resources.rst new file mode 100644 index 0000000..71ad609 --- /dev/null +++ b/docs/source/schemas/resources/shared/xnf_resources.rst @@ -0,0 +1,18 @@ +Resources +^^^^^^^^^ + +.. list-table:: + :header-rows: 1 + + * - Property + - Type + - Required + - Comment + * - name + - string + - YES + - + * - xnf_type + - string + - YES + -
\ No newline at end of file |