SoftLayer_Product_Upgrade_Request


SoftLayer_Product_Upgrade_Request

Description

The SoftLayer_Product_Upgrade_Request data type contains general information relating to a hardware, virtual server, or service upgrade. It also relates a SoftLayer_Billing_Order to a SoftLayer_Ticket.

Local


accountId

The unique internal id of a SoftLayer account
Type: int


createDate

The date an upgrade request was created.
Type: dateTime


employeeId

The unique internal id of the last modified user
Type: int


guestId

The unique internal id of the virtual server that an upgrade will be done
Type: int


hardwareId

The unique internal id of the hardware that an upgrade will be done
Type: int


id

An upgrade request’s internal identifier.
Type: int


maintenanceStartTimeUtc

The time that system admin starts working on the order item. This is used for upgrade orders.
Type: dateTime


modifyDate

The date an upgrade request was last modified.
Type: dateTime


orderId

The unique internal id of the order that an upgrade request is related to
Type: int


orderTotal

The total amount of fees
Type: decimal


proratedTotal

The prorated total amount of recurring fees
Type: decimal


statusId

The unique internal id of an upgrade status
Type: int


ticketId

The unique internal id of the ticket related to an upgrade request
Type: int


userId

The unique internal id of the customer who place the order
Type: int

Relational


account

The account that an order belongs to
Type: SoftLayer_Account


completedFlag

Indicates that the upgrade request has completed or has been cancelled.
Type: boolean


invoice

This is the invoice associated with the upgrade request. For hourly servers or services, an invoice will not be available.
Type: SoftLayer_Billing_Invoice


order

An order record associated to the upgrade request
Type: SoftLayer_Billing_Order


server

A server object associated with the upgrade request if any.
Type: SoftLayer_Hardware


status

The current status of the upgrade request.
Type: SoftLayer_Product_Upgrade_Request_Status


ticket

The ticket that is used to coordinate the upgrade process.
Type: SoftLayer_Ticket


user

The user that placed the order.
Type: SoftLayer_User_Customer


virtualGuest

A virtual server object associated with the upgrade request if any.
Type: SoftLayer_Virtual_Guest

Count