public interface Vnf extends ModelEntity, Buildable<VnfBuilder>
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Modifier and Type | Method and Description |
---|---|
VnfAttributes |
getAttributes() |
String |
getDescription() |
String |
getErrorReason() |
String |
getId() |
String |
getInstanceId() |
String |
getManagementUrl() |
String |
getName() |
VnfPlacementAttribute |
getPlacementAttribute() |
TackerVnfStatus |
getStatus() |
String |
getTenantId() |
String |
getVimId() |
String |
getVnfdId() |
String getId()
String getName()
String getTenantId()
String getDescription()
VnfAttributes getAttributes()
String getManagementUrl()
String getVnfdId()
String getErrorReason()
String getVimId()
String getInstanceId()
TackerVnfStatus getStatus()
VnfPlacementAttribute getPlacementAttribute()
Copyright © 2017. All rights reserved.