public class VnfAttributes extends Object
Constructor and Description |
---|
VnfAttributes() |
Modifier and Type | Method and Description |
---|---|
static VnfAttributes |
create() |
VnfAttributes |
failurePolicy(String failurePolicy)
failurePolicy to Set..
|
String |
getFailurePolicy() |
String |
getHeatTemplate() |
String |
getMonitoringPolicy() |
String |
getParamValues() |
String |
getServiceType() |
VnfAttributes |
heatTemplate(String heatTemplate)
heatTemplate to Set..
|
VnfAttributes |
monitoringPolicy(String monitoringPolicy)
monitoringPolicy to Set..
|
VnfAttributes |
paramValues(String paramValues)
paramValues to Set..
|
VnfAttributes |
serviceType(String serviceType)
serviceType to Set..
|
String |
toString() |
public static VnfAttributes create()
public VnfAttributes serviceType(String serviceType)
serviceType
- the serviceType to setpublic VnfAttributes paramValues(String paramValues)
paramValues
- the paramValues to setpublic VnfAttributes heatTemplate(String heatTemplate)
heatTemplate
- the heatTemplate to setpublic VnfAttributes monitoringPolicy(String monitoringPolicy)
monitoringPolicy
- the monitoringPolicy to setpublic VnfAttributes failurePolicy(String failurePolicy)
failurePolicy
- the failurePolicy to setpublic String getServiceType()
public String getParamValues()
public String getHeatTemplate()
public String getMonitoringPolicy()
public String getFailurePolicy()
Copyright © 2017. All rights reserved.