Class VnfAttributes
- java.lang.Object
-
- org.openstack4j.openstack.tacker.domain.VnfAttributes
-
public class VnfAttributes extends Object
- Author:
- Vishvesh Deshmukh
-
-
Constructor Summary
Constructors Constructor Description VnfAttributes()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VnfAttributescreate()VnfAttributesfailurePolicy(String failurePolicy)failurePolicy to Set..StringgetFailurePolicy()StringgetHeatTemplate()StringgetMonitoringPolicy()StringgetParamValues()StringgetServiceType()VnfAttributesheatTemplate(String heatTemplate)heatTemplate to Set..VnfAttributesmonitoringPolicy(String monitoringPolicy)monitoringPolicy to Set..VnfAttributesparamValues(String paramValues)paramValues to Set..VnfAttributesserviceType(String serviceType)serviceType to Set..StringtoString()
-
-
-
Method Detail
-
create
public static VnfAttributes create()
-
serviceType
public VnfAttributes serviceType(String serviceType)
serviceType to Set..- Parameters:
serviceType- the serviceType to set- Returns:
- VnfAttributes
-
paramValues
public VnfAttributes paramValues(String paramValues)
paramValues to Set..- Parameters:
paramValues- the paramValues to set- Returns:
- VnfAttributes
-
heatTemplate
public VnfAttributes heatTemplate(String heatTemplate)
heatTemplate to Set..- Parameters:
heatTemplate- the heatTemplate to set- Returns:
- VnfAttributes
-
monitoringPolicy
public VnfAttributes monitoringPolicy(String monitoringPolicy)
monitoringPolicy to Set..- Parameters:
monitoringPolicy- the monitoringPolicy to set- Returns:
- VnfAttributes
-
failurePolicy
public VnfAttributes failurePolicy(String failurePolicy)
failurePolicy to Set..- Parameters:
failurePolicy- the failurePolicy to set- Returns:
- VnfAttributes
-
getServiceType
public String getServiceType()
- Returns:
- the serviceType
-
getParamValues
public String getParamValues()
- Returns:
- the paramValues
-
getHeatTemplate
public String getHeatTemplate()
- Returns:
- the heatTemplate
-
getMonitoringPolicy
public String getMonitoringPolicy()
- Returns:
- the monitoringPolicy
-
getFailurePolicy
public String getFailurePolicy()
- Returns:
- the failurePolicy
-
-