Class TrustedServer
Trusted Server
[DataContract]
public class TrustedServer
- Inheritance
-
TrustedServer
- Inherited Members
Properties
Ipv4
The IPv4 attributes of the trusted server being added
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "ipv4")]
public TrustedServerIpv4? Ipv4 { get; set; }
Property Value
Mac
The mac address of the trusted server being added
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "mac")]
public string Mac { get; set; }
Property Value
TrustedServerId
Trusted Server ID
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "trustedServerId")]
public string TrustedServerId { get; set; }
Property Value
Vlan
The VLAN of the trusted server being added. It must be between 1 and 4094
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "vlan")]
public int Vlan { get; set; }