Skip to content

/AWS1/CL_EC2CLIENTDATA

Describes the client-specific data.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_COMMENT TYPE /AWS1/EC2STRING /AWS1/EC2STRING

A user-defined comment about the disk upload.

IV_UPLOADEND TYPE /AWS1/EC2DATETIME /AWS1/EC2DATETIME

The time that the disk upload ends.

IV_UPLOADSIZE TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The size of the uploaded disk image, in GiB.

IV_UPLOADSTART TYPE /AWS1/EC2DATETIME /AWS1/EC2DATETIME

The time that the disk upload starts.


Queryable Attributes

Comment

A user-defined comment about the disk upload.

Accessible with the following methods

Method Description
GET_COMMENT() Getter for COMMENT, with configurable default
ASK_COMMENT() Getter for COMMENT w/ exceptions if field has no value
HAS_COMMENT() Determine if COMMENT has a value

UploadEnd

The time that the disk upload ends.

Accessible with the following methods

Method Description
GET_UPLOADEND() Getter for UPLOADEND, with configurable default
ASK_UPLOADEND() Getter for UPLOADEND w/ exceptions if field has no value
HAS_UPLOADEND() Determine if UPLOADEND has a value

UploadSize

The size of the uploaded disk image, in GiB.

Accessible with the following methods

Method Description
GET_UPLOADSIZE() Getter for UPLOADSIZE, with configurable default
ASK_UPLOADSIZE() Getter for UPLOADSIZE w/ exceptions if field has no value
STR_UPLOADSIZE() String format for UPLOADSIZE, with configurable default
HAS_UPLOADSIZE() Determine if UPLOADSIZE has a value

UploadStart

The time that the disk upload starts.

Accessible with the following methods

Method Description
GET_UPLOADSTART() Getter for UPLOADSTART, with configurable default
ASK_UPLOADSTART() Getter for UPLOADSTART w/ exceptions if field has no value
HAS_UPLOADSTART() Determine if UPLOADSTART has a value