Class VnfAttributes


  • public class VnfAttributes
    extends Object
    Author:
    Vishvesh Deshmukh
    • Constructor Detail

      • VnfAttributes

        public VnfAttributes()
    • Method Detail

      • 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