public interface OpenstackNetworkProvidersService extends Service
Modifier and Type | Interface and Description |
---|---|
static interface |
OpenstackNetworkProvidersService.AddRequest
The operation adds a new network provider to the system.
|
static interface |
OpenstackNetworkProvidersService.AddResponse
The operation adds a new network provider to the system.
|
static interface |
OpenstackNetworkProvidersService.ListRequest |
static interface |
OpenstackNetworkProvidersService.ListResponse |
Modifier and Type | Method and Description |
---|---|
OpenstackNetworkProvidersService.AddRequest |
add()
The operation adds a new network provider to the system.
|
OpenstackNetworkProvidersService.ListRequest |
list() |
OpenstackNetworkProviderService |
providerService(String id) |
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
OpenstackNetworkProvidersService.AddRequest add()
The operation adds a new network provider to the system.
If the type
property is not present, a default value of NEUTRON
will be used.
OpenstackNetworkProvidersService.ListRequest list()
OpenstackNetworkProviderService providerService(String id)
Copyright © 2016. All rights reserved.