Uses of Enum
com.exoscale.sdk.model.ElasticIp.AddressfamilyEnum
Packages that use ElasticIp.AddressfamilyEnum
-
Uses of ElasticIp.AddressfamilyEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return ElasticIp.AddressfamilyEnumModifier and TypeMethodDescriptionstatic ElasticIp.AddressfamilyEnumElasticIp.getAddressfamily()Elastic IP address familystatic ElasticIp.AddressfamilyEnumReturns the enum constant of this type with the specified name.static ElasticIp.AddressfamilyEnum[]ElasticIp.AddressfamilyEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.exoscale.sdk.model with parameters of type ElasticIp.AddressfamilyEnumModifierConstructorDescriptionElasticIp(UUID id, String ip, ElasticIp.AddressfamilyEnum addressfamily, String cidr)