Class BackupExecNetworkSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Backup Exec network and security settings.
public class BackupExecNetworkSettings : BaseTypeSection
- Inheritance
-
BackupExecNetworkSettings
Constructors
BackupExecNetworkSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecNetworkSettings class.
public BackupExecNetworkSettings()
Properties
AllowAnyNetworkForAgentAccess
Gets or sets whether to allow any network for agent access.
public BooleanOption AllowAnyNetworkForAgentAccess { get; set; }
Property Value
DynamicPortRangeLowerBound
Gets or sets the lower port in the dynamic port range.
public int DynamicPortRangeLowerBound { get; set; }
Property Value
DynamicPortRangeString
Gets or sets the dynamic port range as a human readable string.
public string DynamicPortRangeString { get; set; }
Property Value
DynamicPortRangeUpperBound
Gets or sets the upper port in the dynamic port range.
public int DynamicPortRangeUpperBound { get; set; }
Property Value
EnableDynamicPortRange
Gets or sets whether to enable TCP dynamic port range.
public BooleanOption EnableDynamicPortRange { get; set; }
Property Value
EnableUserShareSelection
Gets or sets whether to enable selection of user shares.
public BooleanOption EnableUserShareSelection { get; set; }
Property Value
NetworkInterface
Gets or sets the name of the network interface to use for backups - for example "LAN Connection".
public string NetworkInterface { get; set; }
Property Value
NetworkInterfaceString
Gets the name of the network interface to use for backups - for example "LAN Connection" or "Use any available network interface" if no interface is specified.
public string NetworkInterfaceString { get; set; }
Property Value
NetworkProtocol
Gets or sets the network protocol to use.
public BackupExecNetworkProtocol NetworkProtocol { get; set; }
Property Value
NetworkProtocolString
Getsthe network protocol to use as a human readable string.
public string NetworkProtocolString { get; set; }
Property Value
NetworkSubnet
Gets or sets the network subnet to use for backups - for example "192.168.89.0/24". This setting only applies when a network interface is specified.
public string NetworkSubnet { get; set; }
Property Value
NetworkSubnetString
Gets or sets the network subnet to use for backups - for example "192.168.89.0/24". This setting only applies when a network interface is specified.
public string NetworkSubnetString { get; set; }
Property Value
UseFipsSoftwareEncryption
Gets or sets whether to use FIPS 140-2 compliant software encryption.
public BooleanOption UseFipsSoftwareEncryption { get; set; }
Property Value
Methods
ToString()
Returns the network settings as a human readable string.
public override string ToString()
Returns
- string
The network settings as a human readable string.