Sku Class
Definition
SKU for the resource.
public class Sku
- Inheritance
-
java.lang.ObjectSku
Inherited Members
java.lang.Object.clone()
java.lang.Object.equals(java.lang.Object)
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.hashCode()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.toString()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Constructors
| Sku() |
Methods
| capacity() |
Get the SKU capacity. |
| family() |
Get the SKU family. |
| model() |
Get the SKU model. |
| name() |
Get the SKU name. |
| size() |
Get the SKU size. |
| tier() |
Get the SKU tier. |
| withCapacity(Integer capacity) |
Set the SKU capacity. |
| withFamily(String family) |
Set the SKU family. |
| withModel(String model) |
Set the SKU model. |
| withName(String name) |
Set the SKU name. |
| withSize(String size) |
Set the SKU size. |
| withTier(String tier) |
Set the SKU tier. |