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