java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.product.order.network.storage.objectstorage.LocationGroup

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

    • clusterGeolocationType

      @ApiProperty(canBeNullOrNotSet=true) protected String clusterGeolocationType
      The datacenter location where object storage is available.
    • clusterGeolocationTypeSpecified

      protected boolean clusterGeolocationTypeSpecified
    • locationGroup

      @ApiProperty(canBeNullOrNotSet=true) protected Group locationGroup
      The datacenter location where object storage is available.
    • locationGroupSpecified

      protected boolean locationGroupSpecified
    • usageRatePrices

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

      protected boolean usageRatePricesSpecified
  • Constructor Details

    • LocationGroup

      public LocationGroup()
  • Method Details

    • getClusterGeolocationType

      public String getClusterGeolocationType()
    • setClusterGeolocationType

      public void setClusterGeolocationType​(String clusterGeolocationType)
    • isClusterGeolocationTypeSpecified

      public boolean isClusterGeolocationTypeSpecified()
    • unsetClusterGeolocationType

      public void unsetClusterGeolocationType()
    • getLocationGroup

      public Group getLocationGroup()
    • setLocationGroup

      public void setLocationGroup​(Group locationGroup)
    • isLocationGroupSpecified

      public boolean isLocationGroupSpecified()
    • unsetLocationGroup

      public void unsetLocationGroup()
    • getUsageRatePrices

      public List<Price> getUsageRatePrices()
    • isUsageRatePricesSpecified

      public boolean isUsageRatePricesSpecified()
    • unsetUsageRatePrices

      public void unsetUsageRatePrices()