Class CellularGatewayLan
[DataContract]
public class CellularGatewayLan : CellularGatewayLanUpdateRequest
- Inheritance
-
CellularGatewayLan
- Inherited Members
Properties
DeviceLanIp
deviceLanIp
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "deviceLanIp")]
public string DeviceLanIp { get; set; }
Property Value
DeviceName
name of the MG
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "deviceName")]
public string DeviceName { get; set; }
Property Value
DeviceSubnet
deviceSubnet
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "deviceSubnet")]
public string DeviceSubnet { get; set; }