SoftLayer_Account_Media_Data_Transfer_Request


SoftLayer_Account_Media_Data_Transfer_Request

Description

The SoftLayer_Account_Media_Data_Transfer_Request data type contains information on a single Data Transfer Service request. Creation of these requests is limited to SoftLayer customers through the SoftLayer Customer Portal.

Local


accountId

The account id of the request.
Type: int


createUserId

The create user id of the request.
Type: int


endDate

The end date of the request.
Type: dateTime


id

The unique id of the request.
Type: int


modifyUserId

The modify user id of the request.
Type: int


startDate

The start date of the request.
Type: dateTime


statusId

The status id of the request.
Type: int

Relational


account

The account to which the request belongs.
Type: SoftLayer_Account


activeTickets

The active tickets that are attached to the data transfer request.
Type: SoftLayer_Ticket[]


billingItem

The billing item for the original request.
Type: SoftLayer_Billing_Item


createUser

The customer user who created the request.
Type: SoftLayer_User_Customer


media

The media of the request.
Type: SoftLayer_Account_Media


modifyEmployee

The employee who last modified the request.
Type: SoftLayer_User_Employee


modifyUser

The customer user who last modified the request.
Type: SoftLayer_User_Customer


shipments

The shipments of the request.
Type: SoftLayer_Account_Shipment[]


tickets

All tickets that are attached to the data transfer request.
Type: SoftLayer_Ticket[]

Count


activeTicketCount

A count of the active tickets that are attached to the data transfer request.
Type: unsignedLong


shipmentCount

A count of the shipments of the request.
Type: unsignedLong


ticketCount

A count of all tickets that are attached to the data transfer request.
Type: unsignedLong