Uses of Class
org.jclouds.azurecompute.arm.domain.vpn.SKU.SKUTier
-
Packages that use SKU.SKUTier Package Description org.jclouds.azurecompute.arm.domain.vpn -
-
Uses of SKU.SKUTier in org.jclouds.azurecompute.arm.domain.vpn
Methods in org.jclouds.azurecompute.arm.domain.vpn that return SKU.SKUTier Modifier and Type Method Description static SKU.SKUTier
SKU.SKUTier. fromValue(String text)
abstract SKU.SKUTier
SKU. tier()
static SKU.SKUTier
SKU.SKUTier. valueOf(String name)
Returns the enum constant of this type with the specified name.static SKU.SKUTier[]
SKU.SKUTier. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.azurecompute.arm.domain.vpn with parameters of type SKU.SKUTier Modifier and Type Method Description static SKU
SKU. create(int capacity, SKU.SKUName name, SKU.SKUTier tier)
-