Package | Description |
---|---|
org.jclouds.openstack.neutron.v2_0.domain | |
org.jclouds.openstack.neutron.v2_0.features |
Modifier and Type | Method and Description |
---|---|
Port |
Port.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
Port.Builder.fromPort(Port in) |
Modifier and Type | Method and Description |
---|---|
Port |
PortApi.create(String networkId,
CreatePortOptions... options)
Create a new port in the specified network
|
Port |
PortApi.get(String id)
Returns the specific port
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.FluentIterable<? extends Port> |
PortApi.createBulk(CreatePortBulkOptions ports)
Create multiple ports
|
PagedIterable<? extends Port> |
PortApi.listInDetail()
Returns the set of ports currently defined in Neutron for the requested network.
|
PagedIterable<? extends Port> |
PortApi.listInDetail(PaginationOptions options) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.