Class WarmSpareSettingsUpdateRequest
UpdateNetworkWarmSpareSettings
[DataContract]
public class WarmSpareSettingsUpdateRequest
- Inheritance
-
WarmSpareSettingsUpdateRequest
- Inherited Members
Properties
Enabled
Enable warm spare
[DataMember(Name = "enabled")]
public bool? Enabled { get; set; }
Property Value
- bool?
Enable warm spare
SpareSerial
Serial number of the warm spare appliance
[DataMember(Name = "spareSerial")]
public string SpareSerial { get; set; }
Property Value
- string
Serial number of the warm spare appliance
UplinkMode
Uplink mode, either virtual or public
[DataMember(Name = "uplinkMode")]
public string UplinkMode { get; set; }
Property Value
- string
Uplink mode, either virtual or public
VirtualIp1
The WAN 1 shared IP
[DataMember(Name = "virtualIp1")]
public string VirtualIp1 { get; set; }
Property Value
- string
The WAN 1 shared IP
VirtualIp2
The WAN 2 shared IP
[DataMember(Name = "virtualIp2")]
public string VirtualIp2 { get; set; }
Property Value
- string
The WAN 2 shared IP