Skip to content

Commit

Permalink
Fix subnet documentation for Managed Kafka (GoogleCloudPlatform#11412)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessdejong authored and BBBmau committed Aug 21, 2024
1 parent 4bf0f0e commit 98337a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mmv1/products/managedkafka/Cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ properties:
properties:
- !ruby/object:Api::Type::Array
name: networkConfigs
description: "Virtual Private Cloud (VPC) networks that must be granted
direct access to the Kafka cluster. Minimum of 1 network is required. Maximum
of 10 networks can be specified."
description: "Virtual Private Cloud (VPC) subnets where IP addresses for the Kafka
cluster are allocated. To make the cluster available in a VPC, you must specify at least
one subnet per network. You must specify between 1 and 10 subnets.
Additional subnets may be specified with additional `network_configs` blocks."
required: true
item_type: !ruby/object:Api::Type::NestedObject
properties:
Expand All @@ -106,8 +107,7 @@ properties:
description: "Name of the VPC subnet from which the cluster is accessible. Both broker and
bootstrap server IP addresses and DNS entries are automatically created
in the subnet. The subnet must be located in the same region as the
cluster. The project may differ. A minimum of 1 subnet is required.
A maximum of 10 subnets can be specified. The name of the subnet must be
cluster. The project may differ. The name of the subnet must be
in the format `projects/PROJECT_ID/regions/REGION/subnetworks/SUBNET`."
required: true
diff_suppress_func: 'tpgresource.ProjectNumberDiffSuppress'
Expand Down

0 comments on commit 98337a0

Please sign in to comment.