| Package | Description |
|---|---|
| org.jclouds.openstack.neutron.v2_0.domain | |
| org.jclouds.openstack.neutron.v2_0.features | |
| org.jclouds.openstack.neutron.v2_0.functions |
| Modifier and Type | Method and Description |
|---|---|
Subnet |
Subnet.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
T |
Subnet.Builder.fromSubnet(Subnet in) |
| Modifier and Type | Method and Description |
|---|---|
Subnet |
SubnetApi.create(String networkId,
Integer ipVersion,
String cidr,
CreateSubnetOptions... options)
Create a subnet within a specified network
|
Subnet |
SubnetApi.get(String id)
Returns the specific Subnet.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.FluentIterable<? extends Subnet> |
SubnetApi.createBulk(CreateSubnetBulkOptions subnets)
Create multiple subnets
|
PagedIterable<? extends Subnet> |
SubnetApi.listInDetail()
Returns all subnets currently defined in Neutron for the current tenant.
|
PagedIterable<? extends Subnet> |
SubnetApi.listInDetail(PaginationOptions options) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<Subnet>> |
ParseSubnetDetails.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.