Table of Contents

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

BooleanOption

DynamicPortRangeLowerBound

Gets or sets the lower port in the dynamic port range.

public int DynamicPortRangeLowerBound { get; set; }

Property Value

int

DynamicPortRangeString

Gets or sets the dynamic port range as a human readable string.

public string DynamicPortRangeString { get; set; }

Property Value

string

DynamicPortRangeUpperBound

Gets or sets the upper port in the dynamic port range.

public int DynamicPortRangeUpperBound { get; set; }

Property Value

int

EnableDynamicPortRange

Gets or sets whether to enable TCP dynamic port range.

public BooleanOption EnableDynamicPortRange { get; set; }

Property Value

BooleanOption

EnableUserShareSelection

Gets or sets whether to enable selection of user shares.

public BooleanOption EnableUserShareSelection { get; set; }

Property Value

BooleanOption

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

string

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

string

NetworkProtocol

Gets or sets the network protocol to use.

public BackupExecNetworkProtocol NetworkProtocol { get; set; }

Property Value

BackupExecNetworkProtocol

NetworkProtocolString

Getsthe network protocol to use as a human readable string.

public string NetworkProtocolString { get; set; }

Property Value

string

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

string

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

string

UseFipsSoftwareEncryption

Gets or sets whether to use FIPS 140-2 compliant software encryption.

public BooleanOption UseFipsSoftwareEncryption { get; set; }

Property Value

BooleanOption

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.