Class NetworkConfig (1.0.0-alpha04)

public sealed class NetworkConfig : IMessage<NetworkConfig>, IEquatable<NetworkConfig>, IDeepCloneable<NetworkConfig>, IBufferMessage, IMessage

Network configuration for the Dataproc Metastore service.

Inheritance

Object > NetworkConfig

Namespace

Google.Cloud.Metastore.V1Alpha

Assembly

Google.Cloud.Metastore.V1Alpha.dll

Constructors

NetworkConfig()

public NetworkConfig()

NetworkConfig(NetworkConfig)

public NetworkConfig(NetworkConfig other)
Parameter
NameDescription
otherNetworkConfig

Properties

Consumers

public RepeatedField<NetworkConfig.Types.Consumer> Consumers { get; }

Immutable. The consumer-side network configuration for the Dataproc Metastore instance.

Property Value
TypeDescription
RepeatedField<NetworkConfig.Types.Consumer>