Class License
- java.lang.Object
-
- org.jclouds.googlecomputeengine.domain.License
-
public abstract class License extends Object
Parameter to InstanceApi.create(NewInstance).
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract boolean
chargesUseFee()
static License
create(URI selfLink, String name, boolean chargesUseFee)
abstract String
name()
abstract URI
selfLink()
-