public class TackerVnfd extends Object implements Vnfd
| Modifier and Type | Class and Description |
|---|---|
static class |
TackerVnfd.TackerVnfds |
static class |
TackerVnfd.VnfdConcreteBuilder |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>| Constructor and Description |
|---|
TackerVnfd() |
| Modifier and Type | Method and Description |
|---|---|
static VnfdBuilder |
builder() |
VnfdAttributes |
getAttributes() |
String |
getDescription() |
String |
getId() |
String |
getInfrastructureDriver() |
String |
getManagementDriver() |
String |
getName() |
List<VnfdServiceTypes> |
getServiceTypes() |
String |
getTenantId() |
VnfdBuilder |
toBuilder()
Wrap this TackerVnfd to a builder
|
String |
toString() |
public VnfdBuilder toBuilder()
toBuilder in interface Buildable<VnfdBuilder>public static VnfdBuilder builder()
public String getTenantId()
getTenantId in interface Vnfdpublic String getDescription()
getDescription in interface Vnfdpublic String getManagementDriver()
getManagementDriver in interface Vnfdpublic String getInfrastructureDriver()
getInfrastructureDriver in interface Vnfdpublic VnfdAttributes getAttributes()
getAttributes in interface Vnfdpublic List<VnfdServiceTypes> getServiceTypes()
getServiceTypes in interface VnfdCopyright © 2017. All rights reserved.