Skip to content

/AWS1/CL_LSADISKINFO

Describes a disk.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_name TYPE /AWS1/LSASTRING /AWS1/LSASTRING

The disk name.

iv_path TYPE /AWS1/LSANONEMPTYSTRING /AWS1/LSANONEMPTYSTRING

The disk path.

iv_sizeingb TYPE /AWS1/LSAINTEGER /AWS1/LSAINTEGER

The size of the disk in GB (32).

iv_issystemdisk TYPE /AWS1/LSABOOLEAN /AWS1/LSABOOLEAN

A Boolean value indicating whether this disk is a system disk (has an operating system loaded on it).


Queryable Attributes

name

The disk name.

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

path

The disk path.

Accessible with the following methods

Method Description
GET_PATH() Getter for PATH, with configurable default
ASK_PATH() Getter for PATH w/ exceptions if field has no value
HAS_PATH() Determine if PATH has a value

sizeInGb

The size of the disk in GB (32).

Accessible with the following methods

Method Description
GET_SIZEINGB() Getter for SIZEINGB, with configurable default
ASK_SIZEINGB() Getter for SIZEINGB w/ exceptions if field has no value
HAS_SIZEINGB() Determine if SIZEINGB has a value

isSystemDisk

A Boolean value indicating whether this disk is a system disk (has an operating system loaded on it).

Accessible with the following methods

Method Description
GET_ISSYSTEMDISK() Getter for ISSYSTEMDISK, with configurable default
ASK_ISSYSTEMDISK() Getter for ISSYSTEMDISK w/ exceptions if field has no value
HAS_ISSYSTEMDISK() Determine if ISSYSTEMDISK has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_DISKINFOLIST

TYPES TT_DISKINFOLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LSADISKINFO WITH DEFAULT KEY
.