Skip to content

/AWS1/CL_LSAINSTANCESTATE

Describes the virtual private server (or instance) status.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_code TYPE /AWS1/LSAINTEGER /AWS1/LSAINTEGER

The status code for the instance.

iv_name TYPE /AWS1/LSASTRING /AWS1/LSASTRING

The state of the instance (running or pending).


Queryable Attributes

code

The status code for the instance.

Accessible with the following methods

Method Description
GET_CODE() Getter for CODE, with configurable default
ASK_CODE() Getter for CODE w/ exceptions if field has no value
HAS_CODE() Determine if CODE has a value

name

The state of the instance (running or pending).

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value