Class FixedIpAssignment
[DataContract]
public class FixedIpAssignment : NamedItem
- Inheritance
-
FixedIpAssignment
- Inherited Members
Properties
Ip
The IP address you want to assign to a specific server or device
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "ip")]
public string Ip { get; set; }
Property Value
Mac
The MAC address of the server or device that hosts the internal resource that you wish to receive the specified IP address
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "mac")]
public string Mac { get; set; }
Property Value
Name
A descriptive name of the assignment
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }