Class TackerVnfd
- java.lang.Object
-
- org.openstack4j.openstack.tacker.domain.TackerVnfd
-
- All Implemented Interfaces:
Serializable,Buildable<VnfdBuilder>,ModelEntity,Vnfd
public class TackerVnfd extends Object implements Vnfd
- Author:
- Vishvesh Deshmukh
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTackerVnfd.TackerVnfdsstatic classTackerVnfd.VnfdConcreteBuilder-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Constructor Summary
Constructors Constructor Description TackerVnfd()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VnfdBuilderbuilder()VnfdAttributesgetAttributes()StringgetDescription()StringgetId()StringgetInfrastructureDriver()StringgetManagementDriver()StringgetName()List<VnfdServiceTypes>getServiceTypes()StringgetTenantId()VnfdBuildertoBuilder()Wrap this TackerVnfd to a builderStringtoString()
-
-
-
Method Detail
-
builder
public static VnfdBuilder builder()
- Returns:
- VnfdBuilder
-
toBuilder
public VnfdBuilder toBuilder()
Wrap this TackerVnfd to a builder- Specified by:
toBuilderin interfaceBuildable<VnfdBuilder>- Returns:
- VnfdBuilder
-
getTenantId
public String getTenantId()
- Specified by:
getTenantIdin interfaceVnfd- Returns:
- the tenantId
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceVnfd- Returns:
- the description
-
getManagementDriver
public String getManagementDriver()
- Specified by:
getManagementDriverin interfaceVnfd- Returns:
- the managementDriver
-
getInfrastructureDriver
public String getInfrastructureDriver()
- Specified by:
getInfrastructureDriverin interfaceVnfd- Returns:
- the infrastructureDriver
-
getAttributes
public VnfdAttributes getAttributes()
- Specified by:
getAttributesin interfaceVnfd- Returns:
- the attributes
-
getServiceTypes
public List<VnfdServiceTypes> getServiceTypes()
- Specified by:
getServiceTypesin interfaceVnfd- Returns:
- the serviceTypes
-
-