Source code for models_v2.ip_preference_1_enum

# -*- coding: utf-8 -*-

[docs]class IpPreference1Enum(object): """Implementation of the 'IpPreference1' enum. Specifies the ip preference of cluster. Attributes: IPV4: TODO: type description here. IPV6: TODO: type description here. """ IPV4 = 'Ipv4' IPV6 = 'Ipv6'