/AWS1/CL_APMVIRTUALSERVICEDATA¶
An object that represents a virtual service returned by a describe operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_meshname TYPE /AWS1/APMRESOURCENAME /AWS1/APMRESOURCENAME¶
The name of the service mesh that the virtual service resides in.
iv_virtualservicename TYPE /AWS1/APMSERVICENAME /AWS1/APMSERVICENAME¶
The name of the virtual service.
io_spec TYPE REF TO /AWS1/CL_APMVIRTUALSERVICESPEC /AWS1/CL_APMVIRTUALSERVICESPEC¶
The specifications of the virtual service.
io_metadata TYPE REF TO /AWS1/CL_APMRESOURCEMETADATA /AWS1/CL_APMRESOURCEMETADATA¶
metadata
io_status TYPE REF TO /AWS1/CL_APMVIRTUALSVCSTATUS /AWS1/CL_APMVIRTUALSVCSTATUS¶
The current status of the virtual service.
Queryable Attributes¶
meshName¶
The name of the service mesh that the virtual service resides in.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESHNAME() |
Getter for MESHNAME, with configurable default |
ASK_MESHNAME() |
Getter for MESHNAME w/ exceptions if field has no value |
HAS_MESHNAME() |
Determine if MESHNAME has a value |
virtualServiceName¶
The name of the virtual service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VIRTUALSERVICENAME() |
Getter for VIRTUALSERVICENAME, with configurable default |
ASK_VIRTUALSERVICENAME() |
Getter for VIRTUALSERVICENAME w/ exceptions if field has no |
HAS_VIRTUALSERVICENAME() |
Determine if VIRTUALSERVICENAME has a value |
spec¶
The specifications of the virtual service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPEC() |
Getter for SPEC |
metadata¶
metadata
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METADATA() |
Getter for METADATA |
status¶
The current status of the virtual service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS |