Class PublicClusterConfig
The configuration for a public Kafka cluster
Implements
Inherited Members
Namespace: Google.Apis.ManagedKafka.v1.Data
Assembly: Google.Apis.ManagedKafka.v1.dll
Syntax
public class PublicClusterConfig : IDirectResponseSchema
Properties
AllowedSourceIpRanges
Required. The list of IPv4 ranges in CIDR notation that are allowed to connect to the public Kafka broker
endpoints. The Kafka cluster should only be exposed to trusted external ranges. A maximum of 500 IP ranges
can be specified and no single range can be larger than a /16. This field is required if
PublicClusterConfig is specified.
Declaration
[JsonProperty("allowedSourceIpRanges")]
public virtual IList<string> AllowedSourceIpRanges { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |