Class OrganizationsApplianceVlanReservedIpRange
A reserved IP range on the VLAN
[DataContract]
public class OrganizationsApplianceVlanReservedIpRange
- Inheritance
-
OrganizationsApplianceVlanReservedIpRange
- Inherited Members
Constructors
OrganizationsApplianceVlanReservedIpRange()
public OrganizationsApplianceVlanReservedIpRange()
Properties
Comment
A text comment for the reserved range
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "comment")]
public string Comment { get; set; }
Property Value
End
The last IP in the reserved range
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "end")]
public string End { get; set; }
Property Value
Start
The first IP in the reserved range
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "start")]
public string Start { get; set; }