View Source GoogleApi.Metastore.V1beta.Model.NetworkConfig (google_api_metastore v0.7.0)
Network configuration for the Dataproc Metastore service.
Attributes
-
consumers
(type:list(GoogleApi.Metastore.V1beta.Model.Consumer.t)
, default:nil
) - Immutable. The consumer-side network configuration for the Dataproc Metastore instance. -
customRoutesEnabled
(type:boolean()
, default:nil
) - Enables custom routes to be imported and exported for the Dataproc Metastore service's peered VPC network.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Metastore.V1beta.Model.NetworkConfig{ consumers: [GoogleApi.Metastore.V1beta.Model.Consumer.t()] | nil, customRoutesEnabled: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.