SoftLayer_Hardware_Component_Partition


SoftLayer_Hardware_Component_Partition

Description

The SoftLayer_Hardware_Component_Partition data type contains general information relating to a single hard drive partition.

Local


diskNumber

A hardware component partition’s order in the SoftLayer_Hardware_Server.
Type: int


grow

A flag indicating if a partition is the grow partition. The grow partition will grow to fill all remaining space on a disk. There can only be one.
Type: int


hardwareComponentId

A hardware component partition’s associated SoftLayer_Hardware_Component Id.
Type: int


minimumSize

A hardware component partition’s minimum size(GB).
Type: decimal


name

A hardware component partition’s name. On a server with windows this may be ‘C’ and on Linux this may be ‘/var’
Type: string

Relational


hardwareComponent

A hardware component partitions’s associated SoftLayer_Hardware_Component. Likely to be a SoftLayer_Hardware_Component_HardDrive
Type: SoftLayer_Hardware_Component

Count