/AWS1/CL_VL_SERVICENETWORKSUMM¶
Summary information about a service network.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/VL_SERVICENETWORKID00 /AWS1/VL_SERVICENETWORKID00¶
The ID of the service network.
iv_name TYPE /AWS1/VL_SERVICENETWORKNAME /AWS1/VL_SERVICENETWORKNAME¶
The name of the service network.
iv_arn TYPE /AWS1/VL_SERVICENETWORKARN /AWS1/VL_SERVICENETWORKARN¶
The Amazon Resource Name (ARN) of the service network.
iv_createdat TYPE /AWS1/VL_TIMESTAMP /AWS1/VL_TIMESTAMP¶
The date and time that the service network was created, in ISO-8601 format.
iv_lastupdatedat TYPE /AWS1/VL_TIMESTAMP /AWS1/VL_TIMESTAMP¶
The date and time that the service network was last updated, in ISO-8601 format.
iv_numberofassociatedvpcs TYPE /AWS1/VL_LONG /AWS1/VL_LONG¶
The number of VPCs associated with the service network.
iv_numberofassocdservices TYPE /AWS1/VL_LONG /AWS1/VL_LONG¶
The number of services associated with the service network.
iv_numberofassocdresrcconfs TYPE /AWS1/VL_LONG /AWS1/VL_LONG¶
The number of resource configurations associated with a service network.
Queryable Attributes¶
id¶
The ID of the service network.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
name¶
The name of the service network.
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 |
arn¶
The Amazon Resource Name (ARN) of the service network.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
createdAt¶
The date and time that the service network was created, in ISO-8601 format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
lastUpdatedAt¶
The date and time that the service network was last updated, in ISO-8601 format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT, with configurable default |
ASK_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT w/ exceptions if field has no value |
HAS_LASTUPDATEDAT() |
Determine if LASTUPDATEDAT has a value |
numberOfAssociatedVPCs¶
The number of VPCs associated with the service network.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMBEROFASSOCIATEDVPCS() |
Getter for NUMBEROFASSOCIATEDVPCS, with configurable default |
ASK_NUMBEROFASSOCIATEDVPCS() |
Getter for NUMBEROFASSOCIATEDVPCS w/ exceptions if field has |
HAS_NUMBEROFASSOCIATEDVPCS() |
Determine if NUMBEROFASSOCIATEDVPCS has a value |
numberOfAssociatedServices¶
The number of services associated with the service network.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMBEROFASSOCDSERVICES() |
Getter for NUMBEROFASSOCIATEDSERVICES, with configurable def |
ASK_NUMBEROFASSOCDSERVICES() |
Getter for NUMBEROFASSOCIATEDSERVICES w/ exceptions if field |
HAS_NUMBEROFASSOCDSERVICES() |
Determine if NUMBEROFASSOCIATEDSERVICES has a value |
numberOfAssociatedResourceConfigurations¶
The number of resource configurations associated with a service network.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMBEROFASSOCDRESRCCONFS() |
Getter for NUMBEROFASSOCDRESOURCECONFS, with configurable de |
ASK_NUMBEROFASSOCDRESRCCONFS() |
Getter for NUMBEROFASSOCDRESOURCECONFS w/ exceptions if fiel |
HAS_NUMBEROFASSOCDRESRCCONFS() |
Determine if NUMBEROFASSOCDRESOURCECONFS 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_SERVICENETWORKLIST¶
TYPES TT_SERVICENETWORKLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_VL_SERVICENETWORKSUMM WITH DEFAULT KEY
.