Class TackerVnf
- java.lang.Object
-
- org.openstack4j.openstack.tacker.domain.TackerVnf
-
- All Implemented Interfaces:
Serializable,Buildable<VnfBuilder>,ModelEntity,Vnf
public class TackerVnf extends Object implements Vnf
- Author:
- Vishvesh Deshmukh
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTackerVnf.TackerVnfsstatic classTackerVnf.VnfConcreteBuilder-
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 TackerVnf()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VnfBuilderbuilder()VnfAttributesgetAttributes()StringgetDescription()StringgetErrorReason()StringgetId()StringgetInstanceId()StringgetManagementUrl()StringgetName()VnfPlacementAttributegetPlacementAttribute()TackerVnfStatusgetStatus()StringgetTenantId()StringgetVimId()StringgetVnfdId()VnfBuildertoBuilder()Wrap this TackerVnf to a builderStringtoString()
-
-
-
Method Detail
-
builder
public static VnfBuilder builder()
- Returns:
- VnfBuilder
-
toBuilder
public VnfBuilder toBuilder()
Wrap this TackerVnf to a builder- Specified by:
toBuilderin interfaceBuildable<VnfBuilder>- Returns:
- VnfBuilder
-
getTenantId
public String getTenantId()
- Specified by:
getTenantIdin interfaceVnf- Returns:
- the tenantId
-
getStatus
public TackerVnfStatus getStatus()
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceVnf- Returns:
- the description
-
getAttributes
public VnfAttributes getAttributes()
- Specified by:
getAttributesin interfaceVnf- Returns:
- the attributes
-
getManagementUrl
public String getManagementUrl()
- Specified by:
getManagementUrlin interfaceVnf- Returns:
- the managementUrl
-
getErrorReason
public String getErrorReason()
- Specified by:
getErrorReasonin interfaceVnf- Returns:
- the errorReason
-
getInstanceId
public String getInstanceId()
- Specified by:
getInstanceIdin interfaceVnf- Returns:
- the instanceId
-
getPlacementAttribute
public VnfPlacementAttribute getPlacementAttribute()
- Specified by:
getPlacementAttributein interfaceVnf- Returns:
- the placementAttribute
-
-