Uses of Class
org.openstack4j.model.gbp.IPVersionType
-
Packages that use IPVersionType Package Description org.openstack4j.model.gbp org.openstack4j.model.gbp.builder org.openstack4j.openstack.gbp.domain -
-
Uses of IPVersionType in org.openstack4j.model.gbp
Methods in org.openstack4j.model.gbp that return IPVersionType Modifier and Type Method Description static IPVersionTypeIPVersionType. valueOf(int value)Returns the enum constant of this type with the specified name.static IPVersionTypeIPVersionType. valueOf(String name)Returns the enum constant of this type with the specified name.static IPVersionType[]IPVersionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IPVersionType in org.openstack4j.model.gbp.builder
Methods in org.openstack4j.model.gbp.builder with parameters of type IPVersionType Modifier and Type Method Description NatPoolBuilderNatPoolBuilder. ipVersion(IPVersionType ipVersion) -
Uses of IPVersionType in org.openstack4j.openstack.gbp.domain
Methods in org.openstack4j.openstack.gbp.domain with parameters of type IPVersionType Modifier and Type Method Description NatPoolBuilderGbpNatPool.NatPoolConcreteBuilder. ipVersion(IPVersionType ipVersion)
-