Class PricePlanType

java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.PricePlanType

public class PricePlanType extends MorpheusModel
A Price Plan Type is usually used in a reference to PricePlan. It specified the type the price plan is, such as if it is a load balancer, virtual image, snapshot, etc.
Since:
0.15.3
  • Field Details

  • Constructor Details

    • PricePlanType

      public PricePlanType()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)