Class: Google::Cloud::ManagedKafka::V1::NetworkConfig
- Inherits:
-
Object
- Object
- Google::Cloud::ManagedKafka::V1::NetworkConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/managedkafka/v1/resources.rb
Overview
The configuration of a Virtual Private Cloud (VPC) network that can access the Kafka cluster.
Instance Attribute Summary collapse
-
#subnet ⇒ ::String
Required.
Instance Attribute Details
#subnet ⇒ ::String
Returns Required. Name of the VPC subnet in which to create Private Service Connect (PSC) endpoints for the Kafka brokers and bootstrap address. Structured like: projects/{project}/regions/{region}/subnetworks/{subnet_id}
The subnet must be located in the same region as the Kafka cluster. The project may differ. Multiple subnets from the same parent network must not be specified.
The CIDR range of the subnet must be within the IPv4 address ranges for private networks, as specified in RFC 1918.
137 138 139 140 |
# File 'proto_docs/google/cloud/managedkafka/v1/resources.rb', line 137 class NetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |