Package | Description |
---|---|
org.jclouds.openstack.neutron.v2.domain | |
org.jclouds.openstack.neutron.v2.features | |
org.jclouds.openstack.neutron.v2.functions |
Modifier and Type | Class and Description |
---|---|
static class |
Subnet.CreateSubnet
Create and Update options - extend the domain class, passed to API update and create calls.
|
static class |
Subnet.UpdateSubnet
Create and Update options - extend the domain class, passed to API update and create calls.
|
Constructor and Description |
---|
Subnets(Iterable<Subnet> subnets,
Iterable<Link> subnetsLinks) |
Modifier and Type | Method and Description |
---|---|
Subnet |
SubnetApi.create(Subnet.CreateSubnet subnet)
Create a subnet within a specified network
|
Subnet |
SubnetApi.get(String id)
Returns the specific Subnet.
|
Subnet |
SubnetApi.update(String id,
Subnet.UpdateSubnet subnet)
Update a subnet
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.FluentIterable<Subnet> |
SubnetApi.createBulk(List<Subnet.CreateSubnet> subnets)
Create multiple subnets
|
PagedIterable<Subnet> |
SubnetApi.list()
Returns the list of all subnets currently defined in Neutron for the current tenant.
|
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<Subnet>> |
SubnetsToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.