Class Plan
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.Plan
-
public abstract class Plan extends Object
Plan
-
-
Constructor Summary
Constructors Constructor Description Plan()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Plan
create(String publisher, String name, String product)
abstract String
name()
The name of the Planabstract String
product()
The product of the Planabstract String
publisher()
The publisher of the Plan
-