Uses of Class
org.openstack4j.model.network.Ipv6AddressMode
-
Packages that use Ipv6AddressMode Package Description org.openstack4j.model.network org.openstack4j.model.network.builder org.openstack4j.openstack.networking.domain -
-
Uses of Ipv6AddressMode in org.openstack4j.model.network
Methods in org.openstack4j.model.network that return Ipv6AddressMode Modifier and Type Method Description static Ipv6AddressModeIpv6AddressMode. forValue(String value)Ipv6AddressModeSubnet. getIpv6AddressMode()static Ipv6AddressModeIpv6AddressMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Ipv6AddressMode[]Ipv6AddressMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Ipv6AddressMode in org.openstack4j.model.network.builder
Methods in org.openstack4j.model.network.builder with parameters of type Ipv6AddressMode Modifier and Type Method Description SubnetBuilderSubnetBuilder. ipv6AddressMode(Ipv6AddressMode ipv6AddressMode) -
Uses of Ipv6AddressMode in org.openstack4j.openstack.networking.domain
Methods in org.openstack4j.openstack.networking.domain that return Ipv6AddressMode Modifier and Type Method Description Ipv6AddressModeNeutronSubnet. getIpv6AddressMode()Methods in org.openstack4j.openstack.networking.domain with parameters of type Ipv6AddressMode Modifier and Type Method Description SubnetBuilderNeutronSubnet.SubnetConcreteBuilder. ipv6AddressMode(Ipv6AddressMode ipv6AddressMode)Constructors in org.openstack4j.openstack.networking.domain with parameters of type Ipv6AddressMode Constructor Description NeutronSubnet(String id, String name, boolean enableDHCP, String networkId, String tenantId, List<String> dnsNames, List<NeutronPool> pools, List<NeutronHostRoute> hostRoutes, IPVersionType ipVersion, String gateway, String cidr, Ipv6AddressMode ipv6AddressMode, Ipv6RaMode ipv6RaMode)NeutronSubnetNoGateway(String id, String name, boolean enableDHCP, String networkId, String tenantId, List<String> dnsNames, List<NeutronPool> pools, List<NeutronHostRoute> hostRoutes, IPVersionType ipVersion, String cidr, Ipv6AddressMode ipv6AddressMode, Ipv6RaMode ipv6RaMode)
-