/AWS1/CL_KFKCLSTOPV2SERVERLESS¶
Returns information about a serverless cluster operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_sourceclusterinfo TYPE REF TO /AWS1/CL_KFKSVRLSCNNCTVYINFO /AWS1/CL_KFKSVRLSCNNCTVYINFO¶
Describes the cluster's attributes before any updates are applied. For example, networkType, which can be either IPv4 or DUAL.
io_targetclusterinfo TYPE REF TO /AWS1/CL_KFKSVRLSCNNCTVYINFO /AWS1/CL_KFKSVRLSCNNCTVYINFO¶
Describes the cluster's attributes after any updates are applied. For example, networkType, which can be either IPv4 or DUAL.
io_vpcconnectioninfo TYPE REF TO /AWS1/CL_KFKVPCCXNINFOSERVER00 /AWS1/CL_KFKVPCCXNINFOSERVER00¶
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
Queryable Attributes¶
SourceClusterInfo¶
Describes the cluster's attributes before any updates are applied. For example, networkType, which can be either IPv4 or DUAL.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCECLUSTERINFO() |
Getter for SOURCECLUSTERINFO |
TargetClusterInfo¶
Describes the cluster's attributes after any updates are applied. For example, networkType, which can be either IPv4 or DUAL.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETCLUSTERINFO() |
Getter for TARGETCLUSTERINFO |
VpcConnectionInfo¶
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCCONNECTIONINFO() |
Getter for VPCCONNECTIONINFO |