Uses of Class
org.jclouds.openstack.neutron.v2.domain.IPv6DHCPMode
-
Packages that use IPv6DHCPMode Package Description org.jclouds.openstack.neutron.v2.domain -
-
Uses of IPv6DHCPMode in org.jclouds.openstack.neutron.v2.domain
Methods in org.jclouds.openstack.neutron.v2.domain that return IPv6DHCPMode Modifier and Type Method Description static IPv6DHCPModeIPv6DHCPMode. fromValue(String name)IPv6DHCPModeSubnet. getIPv6AddressMode()IPv6DHCPModeSubnet. getIPv6RAMode()static IPv6DHCPModeIPv6DHCPMode. valueOf(String name)Returns the enum constant of this type with the specified name.static IPv6DHCPMode[]IPv6DHCPMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-