Package | Description |
---|---|
org.jclouds.openstack.neutron.v2.domain.lbaas.v1 | |
org.jclouds.openstack.neutron.v2.extensions.lbaas.v1 | |
org.jclouds.openstack.neutron.v2.functions.lbaas.v1 |
Modifier and Type | Class and Description |
---|---|
static class |
VIP.CreateVIP
Create options - extend the domain class, passed to API create calls.
|
static class |
VIP.UpdateVIP
Update options - extend the domain class, passed to API update calls.
|
Constructor and Description |
---|
VIPs(Iterable<VIP> vips,
Iterable<Link> vipsLinks) |
Modifier and Type | Method and Description |
---|---|
VIP |
LBaaSApi.createVIP(VIP.CreateVIP vip)
Creates a new VIP.
|
VIP |
LBaaSApi.getVIP(String id)
Returns the details for a specific VIP.
|
VIP |
LBaaSApi.updateVIP(String id,
VIP.UpdateVIP vip)
Update a VIP.
|
Modifier and Type | Method and Description |
---|---|
PagedIterable<VIP> |
LBaaSApi.listVIPs()
Returns a list of VIPs to which the tenant has access.
|
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<VIP>> |
VIPsToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.