java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.product.order.network.storage.hub.Datacenter

@ApiType("SoftLayer_Container_Product_Order_Network_Storage_Hub_Datacenter")
public class Datacenter
extends Entity
This class is used to contain a datacenter location and its associated active usage rate prices for object storage ordering.
See Also:
SoftLayer_Container_Product_Order_Network_Storage_Hub_Datacenter
  • Field Details

    • location

      @ApiProperty(canBeNullOrNotSet=true) protected Location location
      The datacenter location where object storage is available.
    • locationSpecified

      protected boolean locationSpecified
    • usageRatePrices

      @ApiProperty(canBeNullOrNotSet=true) protected List<Price> usageRatePrices
      The collection of active usage rate item prices.
    • usageRatePricesSpecified

      protected boolean usageRatePricesSpecified
  • Constructor Details

    • Datacenter

      public Datacenter()
  • Method Details

    • getLocation

      public Location getLocation()
    • setLocation

      public void setLocation​(Location location)
    • isLocationSpecified

      public boolean isLocationSpecified()
    • unsetLocation

      public void unsetLocation()
    • getUsageRatePrices

      public List<Price> getUsageRatePrices()
    • isUsageRatePricesSpecified

      public boolean isUsageRatePricesSpecified()
    • unsetUsageRatePrices

      public void unsetUsageRatePrices()