SoftLayer_Virtual_Disk_Image


SoftLayer_Virtual_Disk_Image

Description

The virtual disk image data type presents the structure in which a virtual disk image will be presented.

Virtual block devices are assigned to disk images.

Local


capacity

A disk image’s size measured in gigabytes.
Type: int


checksum

A disk image’s unique md5 checksum.
Type: string


checksumAlgorithm

A column to save the Algorithm being used to store the checksum.
Type: string


createDate

The date a disk image was created.
Type: dateTime


description

A brief description of a virtual disk image.
Type: string


id

A disk image’s unique ID.
Type: int


modifyDate

The date a disk image was last modified.
Type: dateTime


name

A descriptive name used to identify a disk image to a user.
Type: string


parentId

The ID of the the disk image that this disk image is based on, if applicable.
Type: int


storageRepositoryId

The SoftLayer_Virtual_Storage_Repository that a disk image is in.
Type: int


typeId

A disk image’s SoftLayer_Virtual_Disk_Image_Type ID
Type: int


units

The unit of storage in which the size of the image is measured. Defaults to “GB” for gigabytes.
Type: string


uuid

A disk image’s unique ID on a virtualization platform.
Type: string

Relational


billingItem

The billing item for a virtual disk image.
Type: SoftLayer_Billing_Item_Virtual_Disk_Image


blockDevices

The block devices that a disk image is attached to. Block devices connect computing instances to disk images.
Type: SoftLayer_Virtual_Guest_Block_Device[]


bootableVolumeFlag

None
Type: boolean


cloudInitFlag

Check if cloud-init is enabled.
Type: boolean


copyOnWriteFlag

None
Type: boolean


diskFileExtension

Return disk file extension
Type: string


importedDiskType

Return imported disk type
Type: string


isEncrypted

Return if image is encrypted
Type: boolean


localDiskFlag

None
Type: boolean


metadataFlag

Whether this disk image is meant for storage of custom user data supplied with a Cloud Computing Instance order.
Type: boolean


softwareReferences

References to the software that resides on a disk image.
Type: SoftLayer_Virtual_Disk_Image_Software[]


sourceDiskImage

The original disk image that the current disk image was cloned from.
Type: SoftLayer_Virtual_Disk_Image


storageGroupDetails

Return storage group details for symantec disk
Type: SoftLayer_Container_Image_StorageGroupDetails


storageGroups

The storage group for a virtual disk image.
Type: SoftLayer_Configuration_Storage_Group[]


storageRepository

The storage repository that a disk image resides in.
Type: SoftLayer_Virtual_Storage_Repository


storageRepositoryType

The type of storage repository that a disk image resides in.
Type: SoftLayer_Virtual_Storage_Repository_Type


supportedHardware

Return supported hardware component IDs for symantec disk
Type: string


type

A virtual disk image’s type.
Type: SoftLayer_Virtual_Disk_Image_Type

Count


blockDeviceCount

A count of the block devices that a disk image is attached to. Block devices connect computing instances to disk images.
Type: unsignedLong


coalescedDiskImageCount

A count of
Type: unsignedLong


softwareReferenceCount

A count of references to the software that resides on a disk image.
Type: unsignedLong


storageGroupCount

A count of the storage group for a virtual disk image.
Type: unsignedLong