Class DataSourceConfiguration
- Namespace
- Skyline.DataMiner.DataSources.OpenConfig.Gnmi.Models
- Assembly
- Skyline.DataMiner.DataSources.OpenConfig.Gnmi.dll
Contains the configuration parameters for a gNMI endpoint.
public sealed class DataSourceConfiguration
- Inheritance
-
DataSourceConfiguration
- Extension Methods
Constructors
- DataSourceConfiguration()
Initializes an empty data source object. Note that IP address and port are still required for the object to be usable by the GnmiClient.
- DataSourceConfiguration(DataSourceConfiguration)
Initializes by copying the specified configuration.
- DataSourceConfiguration(string, uint)
Initializes a data source object with the minimally required values for it to be usable by the GnmiClient.
Properties
- ClientCertificate
The location on the local machine of the client certificate file.
- IpAddress
The IP Address or domain name of the endpoint.
- Password
If required, the password to authenticate with when connecting to the endpoint.
- Port
The TCP port ID of the endpoint.
- UserName
If required, the user name to authenticate with when connecting to the endpoint.
Methods
- Equals(DataSourceConfiguration)
Compares this configuration against all the parameters of the provided configuration.