public sealed class PeripheralsConfig : IMessage<PeripheralsConfig>, IEquatable<PeripheralsConfig>, IDeepCloneable<PeripheralsConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class PeripheralsConfig.
Auxiliary services configuration for a workload.
Implements
IMessagePeripheralsConfig, IEquatablePeripheralsConfig, IDeepCloneablePeripheralsConfig, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DataprocV1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
PeripheralsConfig()
public PeripheralsConfig()
PeripheralsConfig(PeripheralsConfig)
public PeripheralsConfig(PeripheralsConfig other)
Parameter | |
---|---|
Name | Description |
other | PeripheralsConfig |
Properties
MetastoreService
public string MetastoreService { get; set; }
Optional. Resource name of an existing Dataproc Metastore service.
Example:
projects/[project_id]/locations/[region]/services/[service_id]
Property Value | |
---|---|
Type | Description |
string |
MetastoreServiceAsServiceName
public ServiceName MetastoreServiceAsServiceName { get; set; }
ServiceName-typed view over the MetastoreService resource name property.
Property Value | |
---|---|
Type | Description |
ServiceName |
SparkHistoryServerConfig
public SparkHistoryServerConfig SparkHistoryServerConfig { get; set; }
Optional. The Spark History Server configuration for the workload.
Property Value | |
---|---|
Type | Description |
SparkHistoryServerConfig |