Uses of Class
org.openstack4j.model.network.Ipv6RaMode
-
Packages that use Ipv6RaMode Package Description org.openstack4j.model.network org.openstack4j.model.network.builder org.openstack4j.openstack.networking.domain -
-
Uses of Ipv6RaMode in org.openstack4j.model.network
Methods in org.openstack4j.model.network that return Ipv6RaMode Modifier and Type Method Description static Ipv6RaModeIpv6RaMode. forValue(String value)Ipv6RaModeSubnet. getIpv6RaMode()static Ipv6RaModeIpv6RaMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Ipv6RaMode[]Ipv6RaMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Ipv6RaMode in org.openstack4j.model.network.builder
Methods in org.openstack4j.model.network.builder with parameters of type Ipv6RaMode Modifier and Type Method Description SubnetBuilderSubnetBuilder. ipv6RaMode(Ipv6RaMode ipv6RaMode) -
Uses of Ipv6RaMode in org.openstack4j.openstack.networking.domain
Methods in org.openstack4j.openstack.networking.domain that return Ipv6RaMode Modifier and Type Method Description Ipv6RaModeNeutronSubnet. getIpv6RaMode()Methods in org.openstack4j.openstack.networking.domain with parameters of type Ipv6RaMode Modifier and Type Method Description SubnetBuilderNeutronSubnet.SubnetConcreteBuilder. ipv6RaMode(Ipv6RaMode ipv6RaMode)Constructors in org.openstack4j.openstack.networking.domain with parameters of type Ipv6RaMode 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)
-