Google Cloud Dataproc v1 API - Class PeripheralsConfig (5.10.0)

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.

Inheritance

object > PeripheralsConfig

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

PeripheralsConfig()

public PeripheralsConfig()

PeripheralsConfig(PeripheralsConfig)

public PeripheralsConfig(PeripheralsConfig other)
Parameter
NameDescription
otherPeripheralsConfig

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
TypeDescription
string

MetastoreServiceAsServiceName

public ServiceName MetastoreServiceAsServiceName { get; set; }

ServiceName-typed view over the MetastoreService resource name property.

Property Value
TypeDescription
ServiceName

SparkHistoryServerConfig

public SparkHistoryServerConfig SparkHistoryServerConfig { get; set; }

Optional. The Spark History Server configuration for the workload.

Property Value
TypeDescription
SparkHistoryServerConfig