#2837 - Updating link to common attributes within Software components following Review comments. [skip ci]

This commit is contained in:
Charlie Crane
2024-09-05 08:41:04 +01:00
parent ba737c57a8
commit 0140982d5e
14 changed files with 74 additions and 16 deletions

View File

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

View File

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

View File

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

View File

@@ -82,3 +82,8 @@ Via Configuration
Configuration
=============
``Common Attributes``
"""""""""""""""""""""
See :ref:`Common Configuration`

View File

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

View File

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

View File

@@ -74,3 +74,9 @@ Via Configuration
services:
- ref: ntp_server
type: NTPServer
``Common Attributes``
"""""""""""""""""""""
See :ref:`Common Configuration`

View File

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