IPv4Address

Description

An object that specifies the IPv4 address and has 48 bits. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)

Model Properties

Property Required Type Description
ipAddress False string A string which specifies the IP Address of any Interface. This address can be and IPv4 or IPv6 address. An IPv6 address has 128 bits, normally represented by groups of 16 bits. Another way of representing 128 bit address is to drop the first consecutive sequence of zero groups. An IPv4 address has 48 bits. The string cannot contain HTML characters.
Field level constraints: must match pattern ^((?!;).)*$, cannot have HTML. (Note: Additional constraints might exist)
netmask False string A string which specifies the IPv4 Netmask for Management Interface. This specifies the network part of the ipv4 address. The string cannot have HTML tags and SQL characters.
Field level constraints: must match pattern ^((?!;).)*$, cannot have HTML. (Note: Additional constraints might exist)
type False string A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name.