InterfaceIPv4

Description

An object specifying the Interface IPv4 Address. (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
ipType False string An enum value that specifies whether the IPv4 address is obtained using DHCP or STATIC, default is STATIC. Values can be one of the following.
DHCP - Obtains the IP address directly from DHCP server.
STATIC - Enables the user to manually specify the IP address.
defaultRouteUsingDHCP False boolean A boolean value, TRUE or FALSE (default value). The option is only applicable if DHCP is selected. The TRUE indicates the default route to be obtained from DHCP server. The value FALSE specifies not to obtain the default route from DHCP server.
dhcpRouteMetric False integer A mandatory Integer object, set to 1 by default, varies from 1 to 255. The value specifies the administrative distance to the learned route if the default route is obtained from DHCP.
ipAddress False object An IPv4 Address object, specifying the IPv4 address and netmask.
Field level constraints: must be a valid IP address. (Note: Additional constraints might exist)
dhcp False boolean A boolean value, TRUE or FALSE. The value TRUE indicates if the IPv4 type is DHCP. The value FALSE indicates if the IPv4 type is not DHCP.
addressNull False boolean A boolean value, TRUE or FALSE. The TRUE indicates that the the IP Address is blank of null. The value FALSE indicates that the IP Address is not null.
type True string A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name.