SoftLayer_Product_Package_Type


SoftLayer_Product_Package_Type

Description

The 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.

Local


id

The package type’s unique identifier.
Type: int


keyName

The unique key name of the package type. Use this value when filtering.
Type: string


name

The name of the package type.
Type: string

Relational


packages

All the packages associated with the given package type.
Type: SoftLayer_Product_Package[]

Count


packageCount

A count of all the packages associated with the given package type.
Type: unsignedLong