SoftLayer Network Storage Property

From SoftLayer Development Network Wiki

Jump to: navigation, search

Contents

Overview

A property provides additional information about a volume which it is assigned to. This information can range from "Mountable" flags to utilized snapshot space.

Warning! Even though our API is object based, XML-RPC can only return data as array values. The SOAP implementation treats data as object properties.

Local Properties

createDate

The date a property was created.



modifyDate

The date a property was last modified;



value

The value of a property.

  • Type: string
  • Length: 1000 characters



volumeId

The volume id which a property is associated with.

  • Type: integer
  • Length: 10 digits


Relational Properties

type

The type provides a standardized definition for a property.
type can be queried by object mask.
type must be a unique value.



volume

The associated volume for a property.
volume can be queried by object mask.
volume must be a unique value.

Personal tools