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.
Implements
IMessageNetworkConfig, IEquatableNetworkConfig, IDeepCloneableNetworkConfig, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.MetastoreV1AlphaAssembly
Google.Cloud.Metastore.V1Alpha.dll
Constructors
NetworkConfig()
public NetworkConfig()
NetworkConfig(NetworkConfig)
public NetworkConfig(NetworkConfig other)
Parameter | |
---|---|
Name | Description |
other | NetworkConfig |
Properties
Consumers
public RepeatedField<NetworkConfig.Types.Consumer> Consumers { get; }
Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
bool |