Skip to content

/AWS1/CL_APM=>UPDATEVIRTUALNODE()

About UpdateVirtualNode

Updates an existing virtual node in a specified service mesh.

Method Signature

IMPORTING

Required arguments:

IV_VIRTUALNODENAME TYPE /AWS1/APMRESOURCENAME /AWS1/APMRESOURCENAME

The name of the virtual node to update.

IV_MESHNAME TYPE /AWS1/APMRESOURCENAME /AWS1/APMRESOURCENAME

The name of the service mesh that the virtual node resides in.

IO_SPEC TYPE REF TO /AWS1/CL_APMVIRTUALNODESPEC /AWS1/CL_APMVIRTUALNODESPEC

The new virtual node specification to apply. This overwrites the existing data.

Optional arguments:

IV_CLIENTTOKEN TYPE /AWS1/APMSTRING /AWS1/APMSTRING

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.

IV_MESHOWNER TYPE /AWS1/APMACCOUNTID /AWS1/APMACCOUNTID

The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_APMUPDVIRTUALNODEOUT /AWS1/CL_APMUPDVIRTUALNODEOUT