/AWS1/CL_PANDESCRNODERESPONSE¶
DescribeNodeResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_nodeid TYPE /AWS1/PANNODEID /AWS1/PANNODEID¶
The node's ID.
iv_name TYPE /AWS1/PANNODENAME /AWS1/PANNODENAME¶
The node's name.
iv_category TYPE /AWS1/PANNODECATEGORY /AWS1/PANNODECATEGORY¶
The node's category.
iv_owneraccount TYPE /AWS1/PANPACKAGEOWNERACCOUNT /AWS1/PANPACKAGEOWNERACCOUNT¶
The account ID of the node's owner.
iv_packagename TYPE /AWS1/PANNODEPACKAGENAME /AWS1/PANNODEPACKAGENAME¶
The node's package name.
iv_packageid TYPE /AWS1/PANNODEPACKAGEID /AWS1/PANNODEPACKAGEID¶
The node's package ID.
iv_packageversion TYPE /AWS1/PANNODEPACKAGEVERSION /AWS1/PANNODEPACKAGEVERSION¶
The node's package version.
iv_patchversion TYPE /AWS1/PANNODEPACKAGEPATCHVRS /AWS1/PANNODEPACKAGEPATCHVRS¶
The node's patch version.
io_nodeinterface TYPE REF TO /AWS1/CL_PANNODEINTERFACE /AWS1/CL_PANNODEINTERFACE¶
The node's interface.
iv_description TYPE /AWS1/PANDESCRIPTION /AWS1/PANDESCRIPTION¶
The node's description.
iv_createdtime TYPE /AWS1/PANTIMESTAMP /AWS1/PANTIMESTAMP¶
When the node was created.
iv_lastupdatedtime TYPE /AWS1/PANTIMESTAMP /AWS1/PANTIMESTAMP¶
When the node was updated.
Optional arguments:¶
iv_packagearn TYPE /AWS1/PANNODEPACKAGEARN /AWS1/PANNODEPACKAGEARN¶
The node's ARN.
iv_assetname TYPE /AWS1/PANNODEASSETNAME /AWS1/PANNODEASSETNAME¶
The node's asset name.
Queryable Attributes¶
NodeId¶
The node's ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NODEID() |
Getter for NODEID, with configurable default |
ASK_NODEID() |
Getter for NODEID w/ exceptions if field has no value |
HAS_NODEID() |
Determine if NODEID has a value |
Name¶
The node's 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 |
Category¶
The node's category.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CATEGORY() |
Getter for CATEGORY, with configurable default |
ASK_CATEGORY() |
Getter for CATEGORY w/ exceptions if field has no value |
HAS_CATEGORY() |
Determine if CATEGORY has a value |
OwnerAccount¶
The account ID of the node's owner.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OWNERACCOUNT() |
Getter for OWNERACCOUNT, with configurable default |
ASK_OWNERACCOUNT() |
Getter for OWNERACCOUNT w/ exceptions if field has no value |
HAS_OWNERACCOUNT() |
Determine if OWNERACCOUNT has a value |
PackageName¶
The node's package name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PACKAGENAME() |
Getter for PACKAGENAME, with configurable default |
ASK_PACKAGENAME() |
Getter for PACKAGENAME w/ exceptions if field has no value |
HAS_PACKAGENAME() |
Determine if PACKAGENAME has a value |
PackageId¶
The node's package ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PACKAGEID() |
Getter for PACKAGEID, with configurable default |
ASK_PACKAGEID() |
Getter for PACKAGEID w/ exceptions if field has no value |
HAS_PACKAGEID() |
Determine if PACKAGEID has a value |
PackageArn¶
The node's ARN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PACKAGEARN() |
Getter for PACKAGEARN, with configurable default |
ASK_PACKAGEARN() |
Getter for PACKAGEARN w/ exceptions if field has no value |
HAS_PACKAGEARN() |
Determine if PACKAGEARN has a value |
PackageVersion¶
The node's package version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PACKAGEVERSION() |
Getter for PACKAGEVERSION, with configurable default |
ASK_PACKAGEVERSION() |
Getter for PACKAGEVERSION w/ exceptions if field has no valu |
HAS_PACKAGEVERSION() |
Determine if PACKAGEVERSION has a value |
PatchVersion¶
The node's patch version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PATCHVERSION() |
Getter for PATCHVERSION, with configurable default |
ASK_PATCHVERSION() |
Getter for PATCHVERSION w/ exceptions if field has no value |
HAS_PATCHVERSION() |
Determine if PATCHVERSION has a value |
NodeInterface¶
The node's interface.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NODEINTERFACE() |
Getter for NODEINTERFACE |
AssetName¶
The node's asset name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSETNAME() |
Getter for ASSETNAME, with configurable default |
ASK_ASSETNAME() |
Getter for ASSETNAME w/ exceptions if field has no value |
HAS_ASSETNAME() |
Determine if ASSETNAME has a value |
Description¶
The node's description.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
CreatedTime¶
When the node was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIME() |
Getter for CREATEDTIME, with configurable default |
ASK_CREATEDTIME() |
Getter for CREATEDTIME w/ exceptions if field has no value |
HAS_CREATEDTIME() |
Determine if CREATEDTIME has a value |
LastUpdatedTime¶
When the node was updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME, with configurable default |
ASK_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME w/ exceptions if field has no val |
HAS_LASTUPDATEDTIME() |
Determine if LASTUPDATEDTIME has a value |