Reference documentation and code samples for the Apache Kafka for BigQuery V1 API class Google::Cloud::ManagedKafka::V1::AccessConfig.
The configuration of access to the Kafka cluster.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#network_configs
def network_configs() -> ::Array<::Google::Cloud::ManagedKafka::V1::NetworkConfig>
Returns
- (::Array<::Google::Cloud::ManagedKafka::V1::NetworkConfig>) — Required. Virtual Private Cloud (VPC) networks that must be granted direct access to the Kafka cluster. Minimum of 1 network is required. Maximum 10 networks can be specified.
#network_configs=
def network_configs=(value) -> ::Array<::Google::Cloud::ManagedKafka::V1::NetworkConfig>
Parameter
- value (::Array<::Google::Cloud::ManagedKafka::V1::NetworkConfig>) — Required. Virtual Private Cloud (VPC) networks that must be granted direct access to the Kafka cluster. Minimum of 1 network is required. Maximum 10 networks can be specified.
Returns
- (::Array<::Google::Cloud::ManagedKafka::V1::NetworkConfig>) — Required. Virtual Private Cloud (VPC) networks that must be granted direct access to the Kafka cluster. Minimum of 1 network is required. Maximum 10 networks can be specified.