Package | Description |
---|---|
org.openstack4j.api.networking.ext | |
org.openstack4j.openstack.networking.domain.ext | |
org.openstack4j.openstack.networking.internal.ext |
Modifier and Type | Method and Description |
---|---|
Vip |
VipService.create(Vip vip)
Create a vip
|
Vip |
VipService.get(String vipId)
Get the specified vip by ID
|
Vip |
VipService.update(String vipId,
VipUpdate vip)
Update a vip
|
Modifier and Type | Method and Description |
---|---|
List<? extends Vip> |
VipService.list()
List all vipss that the current tenant has access to
|
List<? extends Vip> |
VipService.list(Map<String,String> filteringParams)
Returns list of vip filtered by parameters.
|
Modifier and Type | Method and Description |
---|---|
Vip |
VipService.create(Vip vip)
Create a vip
|
Modifier and Type | Class and Description |
---|---|
class |
NeutronVip |
Modifier and Type | Method and Description |
---|---|
Vip |
NeutronVip.VipContreteBuilder.build()
Creates and return the Model Entity M
|
Modifier and Type | Method and Description |
---|---|
VipBuilder |
NeutronVip.VipContreteBuilder.from(Vip in) |
Modifier and Type | Method and Description |
---|---|
Vip |
VipServiceImpl.create(Vip vip)
Create a vip
|
Vip |
VipServiceImpl.get(String vipId)
Get the specified vip by ID
|
Vip |
VipServiceImpl.update(String vipId,
VipUpdate vip)
Update a vip
|
Modifier and Type | Method and Description |
---|---|
List<? extends Vip> |
VipServiceImpl.list()
List all vipss that the current tenant has access to
|
List<? extends Vip> |
VipServiceImpl.list(Map<String,String> filteringParams)
Returns list of vip filtered by parameters.
|
Modifier and Type | Method and Description |
---|---|
Vip |
VipServiceImpl.create(Vip vip)
Create a vip
|
Copyright © 2017. All rights reserved.