public sealed class NetworkConfig : IMessage<NetworkConfig>, IEquatable<NetworkConfig>, IDeepCloneable<NetworkConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1beta API class NetworkConfig.
Network configuration for the Dataproc Metastore service.
Next available ID: 4
Implements
IMessageNetworkConfig, IEquatableNetworkConfig, IDeepCloneableNetworkConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1BetaAssembly
Google.Cloud.Metastore.V1Beta.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 |