Show / Hide Table of Contents

Class PublicClusterConfig

The configuration for a public Kafka cluster

Inheritance
object
PublicClusterConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX