Class NetworksSwitchDhcpV4ServersSeenIpv4
IPv4 attributes of the server.
[DataContract]
public class NetworksSwitchDhcpV4ServersSeenIpv4
- Inheritance
-
NetworksSwitchDhcpV4ServersSeenIpv4
- Inherited Members
Constructors
NetworksSwitchDhcpV4ServersSeenIpv4()
public NetworksSwitchDhcpV4ServersSeenIpv4()
Properties
Address
IPv4 address of the server.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "address")]
public string Address { get; set; }
Property Value
Gateway
IPv4 gateway address of the server.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "gateway")]
public string Gateway { get; set; }
Property Value
Subnet
Subnet of the server.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "subnet")]
public string Subnet { get; set; }