Class LanConfiguration
LAN configuration
[DataContract]
public class LanConfiguration
- Inheritance
-
LanConfiguration
- Inherited Members
Properties
ApplianceIp
Appliance ip
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "applianceIp")]
public string ApplianceIp { get; set; }
Property Value
DhcpBootOptionsEnabled
DhcpBootOptionsEnabled - No documentation
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "dhcpBootOptionsEnabled")]
public bool DhcpBootOptionsEnabled { get; set; }
Property Value
DhcpHandling
DhcpHandling - No documentation
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "dhcpHandling")]
public string DhcpHandling { get; set; }
Property Value
DhcpLeaseTime
DhcpLeaseTime - No documentation
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "dhcpLeaseTime")]
public string DhcpLeaseTime { get; set; }
Property Value
DhcpOptions
DhcpOptions - No documentation
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "dhcpOptions")]
public List<object> DhcpOptions { get; set; }
Property Value
DnsCustomNameservers
DnsCustomNameservers - No documentation
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "dnsCustomNameservers")]
public List<object> DnsCustomNameservers { get; set; }
Property Value
DnsNameservers
DnsNameservers - No documentation
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "dnsNameservers")]
public string DnsNameservers { get; set; }
Property Value
FixedIpAssignments
FixedIpAssignments - No documentation
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "fixedIpAssignments")]
public object FixedIpAssignments { get; set; }
Property Value
Ipv6
ipV6
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "ipv6")]
public LanConfigurationIpv6? Ipv6 { get; set; }
Property Value
MandatoryDhcp
mandatoryDhcp - No documentation
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "mandatoryDhcp")]
public MandatoryDhcp MandatoryDhcp { get; set; }
Property Value
ReservedIpRanges
ReservedIpRanges - No documentation
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "reservedIpRanges")]
public List<object> ReservedIpRanges { get; set; }
Property Value
Subnet
Subnet
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "subnet")]
public string Subnet { get; set; }