SoftLayer_Virtual_Guest_Block_Device_Template


SoftLayer_Virtual_Guest_Block_Device_Template

Description

The virtual block device template data type presents the structure in which all archived image templates are presented.

A virtual block device template, also known as a image template, represents the image of a virtual guest instance.

Local


device

A name that identifies a block device template.
Type: string


diskImageId

A block device template’s SoftLayer_Virtual_Disk_Image ID.
Type: int


diskSpace

The amount of disk space that a block device template is using. Use this number along with the units property to obtain the correct space used.
Type: float


groupId

A block device template’s SoftLayer_Virtual_Guest_Block_Device_Template_Group ID.
Type: int


id

A block device template’s unique ID.
Type: int


units

The units that will be used with the disk space property to identify the amount of disk space used.
Type: string

Relational


diskImage

A block device template’s disk image.
Type: SoftLayer_Virtual_Disk_Image


group

A block device template’s group. Several block device templates can be combined together into a group for archiving purposes.
Type: SoftLayer_Virtual_Guest_Block_Device_Template_Group

Count