Package | Description |
---|---|
org.jclouds.openstack.neutron.v2_0.domain | |
org.jclouds.openstack.neutron.v2_0.options |
Modifier and Type | Field and Description |
---|---|
protected Set<AllocationPool> |
Subnet.Builder.allocationPools |
protected Set<AllocationPool> |
BulkSubnet.allocationPools |
protected Set<AllocationPool> |
BulkSubnet.Builder.allocationPools |
Modifier and Type | Method and Description |
---|---|
AllocationPool |
AllocationPool.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Set<AllocationPool> |
Subnet.getAllocationPools() |
Set<AllocationPool> |
BulkSubnet.getAllocationPools() |
Modifier and Type | Method and Description |
---|---|
AllocationPool.Builder |
AllocationPool.Builder.fromAllocationPool(AllocationPool in) |
Modifier and Type | Method and Description |
---|---|
T |
Subnet.Builder.allocationPools(Collection<AllocationPool> allocationPools) |
BulkSubnet.Builder |
BulkSubnet.Builder.allocationPools(Collection<AllocationPool> allocationPools) |
Constructor and Description |
---|
BulkSubnet(String name,
String networkId,
String gatewayIp,
Integer ipVersion,
String cidr,
Set<AllocationPool> allocationPools,
Boolean enableDhcp,
Set<String> dnsNameServers,
Set<HostRoute> hostRoutes) |
Subnet(String id,
String tenantId,
String name,
String networkId,
String gatewayIp,
Integer ipVersion,
String cidr,
Set<AllocationPool> allocationPools,
Boolean enableDhcp,
Set<String> dnsNameServers,
Set<HostRoute> hostRoutes) |
Modifier and Type | Field and Description |
---|---|
protected Set<AllocationPool> |
CreateSubnetOptions.CreateSubnetRequest.allocation_pools |
protected Set<AllocationPool> |
CreateSubnetOptions.Builder.allocationPools |
Modifier and Type | Method and Description |
---|---|
Set<AllocationPool> |
CreateSubnetOptions.getAllocationPools() |
Modifier and Type | Method and Description |
---|---|
T |
CreateSubnetOptions.Builder.allocationPools(Collection<AllocationPool> allocationPools) |
Constructor and Description |
---|
CreateSubnetOptions(String name,
Set<AllocationPool> allocationPools,
String gatewayIp,
Boolean enableDhcp,
Set<String> dnsNameServers,
Set<HostRoute> hostRoutes) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.