SoftLayer Network Storage Partnership

From SoftLayer Development Network Wiki

Jump to: navigation, search

Contents

Overview

A network storage partnership is used to link multiple volumes to each other. These partnerships describe replication hierarchies or link volume snapshots to their associated storage volume.

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 partnership was created.



modifyDate

The date a partnership was last modified.



partnerVolumeId

The child volume id which a partnership is associated with.

  • Type: integer
  • Length: 10 digits



volumeId

The volume id which a partnership is associated with.

  • Type: integer
  • Length: 10 digits


Relational Properties

partnerVolume

The associated child volume for a partnership.
partnerVolume can be queried by object mask.
partnerVolume must be a unique value.



type

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



volume

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

Personal tools