Package | Description |
---|---|
org.openstack4j.api.tacker | |
org.openstack4j.openstack.tacker.domain | |
org.openstack4j.openstack.tacker.internal |
Modifier and Type | Method and Description |
---|---|
Vnf |
VnfService.create(Vnf vnf)
Create Vnf - Create a Vnf entry based on the Vnf template.
|
Vnf |
VnfService.get(String vnfId)
Show Vnf - Show information for a specified VnfId.
|
Vnf |
VnfService.update(String vnfId,
VnfUpdate vnfUpdate)
Update vnf - Update a vnf based on user config file or data.
|
Modifier and Type | Method and Description |
---|---|
List<? extends Vnf> |
VnfService.list()
List vnfs - Lists instantiated vnfs in VNF Manager
|
List<? extends Vnf> |
VnfService.list(Map<String,String> filteringParams)
List vnfs - Lists instantiated vnfs in VNF Manager filtered by parameters.
|
Modifier and Type | Method and Description |
---|---|
Vnf |
VnfService.create(Vnf vnf)
Create Vnf - Create a Vnf entry based on the Vnf template.
|
Modifier and Type | Class and Description |
---|---|
class |
TackerVnf |
Modifier and Type | Method and Description |
---|---|
Vnf |
TackerVnf.VnfConcreteBuilder.build() |
Modifier and Type | Method and Description |
---|---|
VnfBuilder |
TackerVnf.VnfConcreteBuilder.from(Vnf in) |
Modifier and Type | Method and Description |
---|---|
Vnf |
VnfServiceImpl.create(Vnf vnf)
Create Vnf - Create a Vnf entry based on the Vnf template.
|
Vnf |
VnfServiceImpl.update(String vnfId,
VnfUpdate vnfUpdate)
Update vnf - Update a vnf based on user config file or data.
|
Modifier and Type | Method and Description |
---|---|
Vnf |
VnfServiceImpl.create(Vnf vnf)
Create Vnf - Create a Vnf entry based on the Vnf template.
|
Copyright © 2017. All rights reserved.