Class OrganizationsApplianceVlanFixedIpAssignments
The DHCP fixed IP assignments on the VLAN. This should be an object that contains mappings from MAC addresses to objects that themselves each contain "ip" and "name" string fields. See the sample request/response for more details.
[DataContract]
public class OrganizationsApplianceVlanFixedIpAssignments
- Inheritance
-
OrganizationsApplianceVlanFixedIpAssignments
- Inherited Members
Constructors
OrganizationsApplianceVlanFixedIpAssignments()
public OrganizationsApplianceVlanFixedIpAssignments()
Properties
Ip
IP address of the assignment
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ip")]
public string Ip { get; set; }
Property Value
Name
Name of the IP assignment
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }