Uses of Class
org.jclouds.azurecompute.arm.domain.vpn.SKU.SKUName
-
Packages that use SKU.SKUName Package Description org.jclouds.azurecompute.arm.domain.vpn -
-
Uses of SKU.SKUName in org.jclouds.azurecompute.arm.domain.vpn
Methods in org.jclouds.azurecompute.arm.domain.vpn that return SKU.SKUName Modifier and Type Method Description static SKU.SKUName
SKU.SKUName. fromValue(String text)
abstract SKU.SKUName
SKU. name()
static SKU.SKUName
SKU.SKUName. valueOf(String name)
Returns the enum constant of this type with the specified name.static SKU.SKUName[]
SKU.SKUName. 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.SKUName Modifier and Type Method Description static SKU
SKU. create(int capacity, SKU.SKUName name, SKU.SKUTier tier)
-