#2837 - Updating link to common attributes within Software components following Review comments. [skip ci]
This commit is contained in:
@@ -110,7 +110,7 @@ Optional. Default value is ``None``.
|
||||
|
||||
The password that needs to be provided by connecting clients in order to create a successful connection.
|
||||
|
||||
``Common Configuration``
|
||||
""""""""""""""""""""""""
|
||||
``Common Attributes``
|
||||
"""""""""""""""""""""
|
||||
|
||||
Common configuration variables are detailed within :ref:`software`
|
||||
See :ref:`Common Configuration`
|
||||
|
||||
@@ -93,3 +93,8 @@ Optional. Default value is ``None``.
|
||||
The IP Address of the :ref:`DNSServer`.
|
||||
|
||||
This must be a valid octet i.e. in the range of ``0.0.0.0`` and ``255.255.255.255``.
|
||||
|
||||
``Common Attributes``
|
||||
"""""""""""""""""""""
|
||||
|
||||
See :ref:`Common Configuration`
|
||||
|
||||
@@ -92,3 +92,8 @@ Domain mapping takes the domain and IP Addresses as a key-value pairs i.e.
|
||||
If the domain is "arcd.com" and the IP Address attributed to the domain is 192.168.0.10, then the value should be ``arcd.com: 192.168.0.10``
|
||||
|
||||
The key must be a string and the IP Address must be a valid octet i.e. in the range of ``0.0.0.0`` and ``255.255.255.255``.
|
||||
|
||||
``Common Attributes``
|
||||
"""""""""""""""""""""
|
||||
|
||||
See :ref:`Common Configuration`
|
||||
|
||||
@@ -82,3 +82,8 @@ Via Configuration
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
||||
``Common Attributes``
|
||||
"""""""""""""""""""""
|
||||
|
||||
See :ref:`Common Configuration`
|
||||
|
||||
@@ -87,3 +87,8 @@ Configuration
|
||||
Optional. Default value is ``None``.
|
||||
|
||||
The password that needs to be provided by a connecting :ref:`FTPClient` in order to create a successful connection.
|
||||
|
||||
``Common Attributes``
|
||||
"""""""""""""""""""""
|
||||
|
||||
See :ref:`Common Configuration`
|
||||
|
||||
@@ -88,3 +88,8 @@ Optional. Default value is ``None``.
|
||||
The IP address of an NTP Server which provides a time that the ``NTPClient`` can synchronise to.
|
||||
|
||||
This must be a valid octet i.e. in the range of ``0.0.0.0`` and ``255.255.255.255``.
|
||||
|
||||
``Common Attributes``
|
||||
"""""""""""""""""""""
|
||||
|
||||
See :ref:`Common Configuration`
|
||||
|
||||
@@ -74,3 +74,9 @@ Via Configuration
|
||||
services:
|
||||
- ref: ntp_server
|
||||
type: NTPServer
|
||||
|
||||
|
||||
``Common Attributes``
|
||||
"""""""""""""""""""""
|
||||
|
||||
See :ref:`Common Configuration`
|
||||
|
||||
@@ -173,3 +173,9 @@ Disconnect from Remote Node
|
||||
term_a_term_b_remote_connection: RemoteTerminalConnection = terminal_a.login(username="admin", password="Admin123!", ip_address="192.168.0.11")
|
||||
|
||||
term_a_term_b_remote_connection.disconnect()
|
||||
|
||||
|
||||
``Common Attributes``
|
||||
"""""""""""""""""""""
|
||||
|
||||
See :ref:`Common Configuration`
|
||||
|
||||
Reference in New Issue
Block a user