SoftLayer_Hardware_Component_Partition_Template


SoftLayer_Hardware_Component_Partition_Template

Description

The SoftLayer_Hardware_Component_Partition_Template data type contains general information relating to a single SoftLayer partition template. Partition templates group 1 or more partition configurations that can be used to predefine how a hard drive’s partitions will be configured.

Local


accountId

A partition template’s owner. The SoftLayer_Account that a template was created by.
Type: int


description

A partition template’s description.
Type: string


id

A partition template’s id.
Type: int


statusCode

A partition template’s status code. ACTIVE ,INACTIVE.
Type: string


templateType

A partition template’s Type. SYSTEM - template generated by softlayer. CUSTOM - templates generated by SoftLayer customers.
Type: string

Relational


account

A partition template’s associated SoftLayer_Account.
Type: SoftLayer_Account


data

An individual partition for a partition template. This is identical to ‘partitionTemplatePartition’ except this will sort unix partitions.
Type: SoftLayer_Hardware_Component_Partition_Template_Partition[]


expireDate

None
Type: string


partitionTemplatePartition

An individual partition for a partition template.
Type: SoftLayer_Hardware_Component_Partition_Template_Partition[]

Count


dataCount

A count of an individual partition for a partition template. This is identical to ‘partitionTemplatePartition’ except this will sort unix partitions.
Type: unsignedLong


partitionTemplatePartitionCount

A count of an individual partition for a partition template.
Type: unsignedLong