Uses of Class
org.jclouds.softlayer.domain.ProductItemPrice
-
Packages that use ProductItemPrice Package Description org.jclouds.softlayer.domain -
-
Uses of ProductItemPrice in org.jclouds.softlayer.domain
Fields in org.jclouds.softlayer.domain declared as ProductItemPrice Modifier and Type Field Description protected ProductItemPrice
ContainerVirtualGuestConfigurationOption.Builder. productItemPrice
Methods in org.jclouds.softlayer.domain that return ProductItemPrice Modifier and Type Method Description ProductItemPrice
ProductItemPrice.Builder. build()
ProductItemPrice
ContainerVirtualGuestConfigurationOption. getProductItemPrice()
Methods in org.jclouds.softlayer.domain with parameters of type ProductItemPrice Modifier and Type Method Description ProductItemPrice.Builder
ProductItemPrice.Builder. fromProductItemPrice(ProductItemPrice in)
ContainerVirtualGuestConfigurationOption.Builder
ContainerVirtualGuestConfigurationOption.Builder. productItemPrice(ProductItemPrice productItemPrice)
Constructors in org.jclouds.softlayer.domain with parameters of type ProductItemPrice Constructor Description ContainerVirtualGuestConfigurationOption(ProductItemPrice productItemPrice, VirtualGuest template)
-