Package | Description |
---|---|
org.openstack4j.model.network | |
org.openstack4j.model.network.builder | |
org.openstack4j.openstack.networking.domain |
Modifier and Type | Method and Description |
---|---|
static Ipv6RaMode |
Ipv6RaMode.forValue(String value) |
Ipv6RaMode |
Subnet.getIpv6RaMode() |
static Ipv6RaMode |
Ipv6RaMode.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.
|
Modifier and Type | Method and Description |
---|---|
SubnetBuilder |
SubnetBuilder.ipv6RaMode(Ipv6RaMode ipv6RaMode) |
Modifier and Type | Method and Description |
---|---|
Ipv6RaMode |
NeutronSubnet.getIpv6RaMode() |
Modifier and Type | Method and Description |
---|---|
SubnetBuilder |
NeutronSubnet.SubnetConcreteBuilder.ipv6RaMode(Ipv6RaMode ipv6RaMode) |
Constructor and 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) |
Copyright © 2017. All rights reserved.