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
IMessage<PeripheralsConfig>, IEquatable<PeripheralsConfig>, IDeepCloneable<PeripheralsConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
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 |
SparkHistoryServerConfig
public SparkHistoryServerConfig SparkHistoryServerConfig { get; set; }
Optional. The Spark History Server configuration for the workload.
Property Value | |
---|---|
Type | Description |
SparkHistoryServerConfig |