/AWS1/CL_KFKCONNECTIVITYINFO¶
Information about the broker access configuration.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_publicaccess TYPE REF TO /AWS1/CL_KFKPUBLICACCESS /AWS1/CL_KFKPUBLICACCESS¶
Public access control for brokers.
io_vpcconnectivity TYPE REF TO /AWS1/CL_KFKVPCCONNECTIVITY /AWS1/CL_KFKVPCCONNECTIVITY¶
VPC connectivity access control for brokers.
iv_networktype TYPE /AWS1/KFKNETWORKTYPE /AWS1/KFKNETWORKTYPE¶
The network type of the cluster, which is IPv4 or DUAL. The DUAL network type uses both IPv4 and IPv6 addresses for your cluster and its resources.
By default, a cluster uses the IPv4 network type.
Queryable Attributes¶
PublicAccess¶
Public access control for brokers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PUBLICACCESS() |
Getter for PUBLICACCESS |
VpcConnectivity¶
VPC connectivity access control for brokers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCCONNECTIVITY() |
Getter for VPCCONNECTIVITY |
NetworkType¶
The network type of the cluster, which is IPv4 or DUAL. The DUAL network type uses both IPv4 and IPv6 addresses for your cluster and its resources.
By default, a cluster uses the IPv4 network type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKTYPE() |
Getter for NETWORKTYPE, with configurable default |
ASK_NETWORKTYPE() |
Getter for NETWORKTYPE w/ exceptions if field has no value |
HAS_NETWORKTYPE() |
Determine if NETWORKTYPE has a value |