Package | Description |
---|---|
org.openstack4j.model.network | |
org.openstack4j.model.network.builder | |
org.openstack4j.openstack.networking.domain |
Modifier and Type | Method and Description |
---|---|
static Ipv6AddressMode |
Ipv6AddressMode.forValue(String value) |
Ipv6AddressMode |
Subnet.getIpv6AddressMode() |
static Ipv6AddressMode |
Ipv6AddressMode.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.
|
Modifier and Type | Method and Description |
---|---|
SubnetBuilder |
SubnetBuilder.ipv6AddressMode(Ipv6AddressMode ipv6AddressMode) |
Modifier and Type | Method and Description |
---|---|
Ipv6AddressMode |
NeutronSubnet.getIpv6AddressMode() |
Modifier and Type | Method and Description |
---|---|
SubnetBuilder |
NeutronSubnet.SubnetConcreteBuilder.ipv6AddressMode(Ipv6AddressMode ipv6AddressMode) |
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.