Reference documentation and code samples for the Google Cloud Managed Kafka V1 Client class ConnectAccessConfig.
The configuration of access to the Kafka Connect cluster.
Generated from protobuf message google.cloud.managedkafka.v1.ConnectAccessConfig
Namespace
Google \ Cloud \ ManagedKafka \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ network_configs |
array<ConnectNetworkConfig>
Required. Virtual Private Cloud (VPC) networks that must be granted direct access to the Kafka Connect cluster. Minimum of 1 network is required. Maximum 10 networks can be specified. |
getNetworkConfigs
Required.
Virtual Private Cloud (VPC) networks that must be granted direct access to the Kafka Connect cluster. Minimum of 1 network is required. Maximum 10 networks can be specified.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setNetworkConfigs
Required.
Virtual Private Cloud (VPC) networks that must be granted direct access to the Kafka Connect cluster. Minimum of 1 network is required. Maximum 10 networks can be specified.
Parameter | |
---|---|
Name | Description |
var |
array<ConnectNetworkConfig>
|
Returns | |
---|---|
Type | Description |
$this |