IPVersion Enum
Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.
- Inheritance
-
builtins.strIPVersionIPVersion
Constructor
IPVersion(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Fields
I_PV4 |
I_PV6 |