Skip to content

Commit

Permalink
fixed sanity error
Browse files Browse the repository at this point in the history
Signed-off-by: Sumanth Lingappa <[email protected]>
  • Loading branch information
sumanth-lingappa committed Apr 21, 2024
1 parent 805f202 commit 28f7317
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plugins/doc_fragments/netscaler_adc.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,29 +64,35 @@ class ModuleDocFragment(object):
- Base NITRO API path.
- Define only in case of an ADM service proxy call
default: "nitro/v1/config"
netscaler_console_as_proxy_server:
type: bool
description:
- The IP address of the NetScaler ADC appliance acting as a proxy server.
- Define only in case of an ADM service proxy call
default: false
managed_netscaler_instance_name:
type: str
description:
- The name of the managed NetScaler instance to which NetScaler Console
- has to configure as a proxy server.
- Define only in case of an ADM service proxy call
managed_netscaler_instance_ip:
type: str
description:
- The IP of the managed NetScaler instance to which NetScaler Console
- has to configure as a proxy server.
- Define only in case of an ADM service proxy call
managed_netscaler_instance_id:
type: str
description:
- The ID of the managed NetScaler instance to which NetScaler Console
- has to configure as a proxy server.
- Define only in case of an ADM service proxy call
managed_netscaler_instance_username:
type: str
description:
Expand All @@ -95,6 +101,7 @@ class ModuleDocFragment(object):
- In Settings > Administration > System Configurations > Basic Settings,
- if you select Prompt Credentials for Instance Login,
- ensure to configure username and password of a managed instance.
managed_netscaler_instance_password:
type: str
description:
Expand Down

0 comments on commit 28f7317

Please sign in to comment.