classip6_address.IP6Address(api, api_entity)
Bases: bluecat.ip_address.IPAddress
Instantiate an IPv6 address.
Parameters | Description |
---|---|
api | API instance used by the entity to communicate with BAM. |
api_entity | The entity returned by the BAM API. |
change_state_ip6_address(action, duid='')
Converts the state of an IPv6 address to the specified target state.
Parameter | Description |
---|---|
action | Target state to change, available actions: “MAKE_DHCP_RESERVED”, “MAKE_STATIC” |
duid | Only required if “MAKE_DHCP_RESERVED.” |
clear_ip6_address()
Clears an IP6Address to “UNALLOCATED.”