Items with tag softlayer_product_package_type

    reference

    • getAllObjects
      This method will return all of the available package types.
    • getObject
      Retrieve a SoftLayer_Product_Package_Type record.
    • getPackages
      All the packages associated with the given package type.
    • SoftLayer_Product_Package_Type
      The [SoftLayer_Product_Package_Type](/reference/datatypes/SoftLayer_Product_Package_Type) object indicates the type for a service offering (package). The type can be used to filter packages. For example, if you are looking for the package representing virtual servers, you can filter on the type's key name of '''VIRTUAL_SERVER_INSTANCE'''. For bare metal servers by core or CPU, filter on '''BARE_METAL_CORE''' or '''BARE_METAL_CPU''', respectively.
    • SoftLayer_Product_Package_Type
      The [SoftLayer_Product_Package_Type](/reference/datatypes/SoftLayer_Product_Package_Type) object indicates the type for a service offering (package). The type can be used to filter packages. To find all the available types, call `getAllObjects` on this class.