SoftLayer_Network_Storage_MassDataMigration_Request


SoftLayer_Network_Storage_MassDataMigration_Request

Description

The SoftLayer_Network_Storage_MassDataMigration_Request data type contains information on a single Mass Data Migration 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


addressId

The address id of address assigned to this 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


name

The unique id of the request.
Type: string


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 MDMS request.
Type: SoftLayer_Ticket[]


address

The customer address where the device is shipped to.
Type: SoftLayer_Account_Address


billingItem

An associated parent billing item which is active. Includes billing items which are scheduled to be cancelled in the future.
Type: SoftLayer_Billing_Item


createEmployee

The employee user who created the request.
Type: SoftLayer_User_Employee


createUser

The customer user who created the request.
Type: SoftLayer_User_Customer


deviceModel

The model of device assigned to this request.
Type: string


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[]


ticket

Ticket that is attached to this mass data migration request.
Type: SoftLayer_Ticket


tickets

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

Count


activeTicketCount

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


keyContactCount

A count of the key contacts for this requests.
Type: unsignedLong


shipmentCount

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


ticketCount

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