Class: Google::Cloud::ManagedKafka::V1::AccessConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/managedkafka/v1/resources.rb

Overview

The configuration of access to the Kafka cluster.

Instance Attribute Summary collapse

Instance Attribute Details

#network_configs::Array<::Google::Cloud::ManagedKafka::V1::NetworkConfig>

Returns 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.



148
149
150
151
# File 'proto_docs/google/cloud/managedkafka/v1/resources.rb', line 148

class AccessConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end