Class OrganizationsApplianceVlanDhcpOption
DHCP options that will be included in DHCP responses.
[DataContract]
public class OrganizationsApplianceVlanDhcpOption
- Inheritance
-
OrganizationsApplianceVlanDhcpOption
- Inherited Members
Constructors
OrganizationsApplianceVlanDhcpOption()
public OrganizationsApplianceVlanDhcpOption()
Properties
Code
The code for the DHCP option. This should be an integer between 2 and 254.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "code")]
public string Code { get; set; }
Property Value
Type
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public DhcpOptionType Type { get; set; }
Property Value
Value
The value for the DHCP option
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "value")]
public string Value { get; set; }