Uses of Enum Class
org.jclouds.azurecompute.arm.domain.vpn.SKU.SKUTier
Packages that use SKU.SKUTier
-
Uses of SKU.SKUTier in org.jclouds.azurecompute.arm.domain.vpn
Methods in org.jclouds.azurecompute.arm.domain.vpn that return SKU.SKUTierModifier and TypeMethodDescriptionstatic SKU.SKUTier
abstract SKU.SKUTier
SKU.tier()
static SKU.SKUTier
Returns the enum constant of this class with the specified name.static SKU.SKUTier[]
SKU.SKUTier.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.azurecompute.arm.domain.vpn with parameters of type SKU.SKUTierModifier and TypeMethodDescriptionstatic SKU
SKU.create
(int capacity, SKU.SKUName name, SKU.SKUTier tier)