Class Region


  • @ApiType("SoftLayer_Location_Region")
    public class Region
    extends Entity
    A region is made up of a keyname and a description of that region. A region keyname can be used as part of an order. Check the SoftLayer_Product_Order service for more details.
    See Also:
    SoftLayer_Location_Region
    • Field Detail

      • location

        @ApiProperty
        protected Location location
        Each region can have many locations tied to it. However, this is the location we currently provision to for a region. This location is the current valid location for a region. (Deprecated, use 'locations')
      • descriptionSpecified

        protected boolean descriptionSpecified
      • keynameSpecified

        protected boolean keynameSpecified
      • sortOrderSpecified

        protected boolean sortOrderSpecified
      • locationCount

        @ApiProperty
        protected Long locationCount
        A count of the locations (like datacenters or PoPs) in this region.
    • Constructor Detail

      • Region

        public Region()
    • Method Detail

      • getLocation

        public Location getLocation()
      • setLocation

        public void setLocation​(Location location)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • isDescriptionSpecified

        public boolean isDescriptionSpecified()
      • unsetDescription

        public void unsetDescription()
      • getKeyname

        public String getKeyname()
      • setKeyname

        public void setKeyname​(String keyname)
      • isKeynameSpecified

        public boolean isKeynameSpecified()
      • unsetKeyname

        public void unsetKeyname()
      • getSortOrder

        public Long getSortOrder()
      • setSortOrder

        public void setSortOrder​(Long sortOrder)
      • isSortOrderSpecified

        public boolean isSortOrderSpecified()
      • unsetSortOrder

        public void unsetSortOrder()
      • getLocationCount

        public Long getLocationCount()
      • setLocationCount

        public void setLocationCount​(Long locationCount)