Data Object - DrConfigIPv6Info

Property of
DrConfigInterfaceInfo
See also
DrConfigIPv6Address
Since
DrConfig API 3.0

Data Object Description

Class that contains IPv6 info on a particular interface.

Properties

Name Type Description
addresses*DrConfigIPv6Address[]

A list of addresses to be statically assigned. Values can be available in parallel with set dhcp and autoconf.
autoconfxsd:boolean

Address is assigned by Stateless Address Autoconfiguration (SLAAC). This option can be set to true in parallel with dhcp and static IPv6 addresses.
defaultGateway*xsd:string

Default gateway for static IP address assignment. This configures the global IPv6 default gateway on the appliance with the specified gateway address and interface. This gateway replaces the existing default gateway configured on the appliance. However, if the gateway address is link-local, then it is added for that interface. This does not support configuration of multiple global default gateways through different interfaces.
dhcpxsd:boolean

Address assigned by a DHCP server. This option can be set to true in parallel with autoconf and static IPv6 addresses.
interfaceNamexsd:string

Network interface, for example, "nic0" to configure.
Properties inherited from
None
*Need not be set