Data Object - DrConfigIPv4Info

Property of
DrConfigInterfaceInfo
Since
DrConfig API 3.0

Data Object Description

Structure that defines the IPv4 configuration state of a network interface.

Properties

Name Type Description
address*xsd:string

IPv4 address, for example, "10.20.80.191". Value not needed when DHCP mode.
defaultGateway*xsd:string

IPv4 address of the default gateway. Value not needed when DHCP mode.
interfaceNamexsd:string

Interface name, for example, "nic0", "nic1".
modexsd:string

Address assignment mode. Value should be one of the IPv4Mode Enum.
prefix*xsd:int

IPv4 CIDR prefix, for example , 24. See http://www.oav.net/mirrors/cidr.html for netmask-to-prefix conversion. Value not needed when DHCP mode.
Properties inherited from
None
*Need not be set