Dataproc Metastore v1alpha API - Class NetworkConfig (2.0.0-alpha09)

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

Reference documentation and code samples for the Dataproc Metastore v1alpha API class NetworkConfig.

Network configuration for the Dataproc Metastore service.

Next available ID: 4

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
RepeatedFieldNetworkConfigTypesConsumer

CustomRoutesEnabled

public bool CustomRoutesEnabled { get; set; }

Enables custom routes to be imported and exported for the Dataproc Metastore service's peered VPC network.

Property Value
TypeDescription
bool