Google Cloud Dataproc v1 API - Class ShieldedInstanceConfig (5.2.0)

public sealed class ShieldedInstanceConfig : IMessage<ShieldedInstanceConfig>, IEquatable<ShieldedInstanceConfig>, IDeepCloneable<ShieldedInstanceConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dataproc v1 API class ShieldedInstanceConfig.

Shielded Instance Config for clusters using Compute Engine Shielded VMs.

Inheritance

Object > ShieldedInstanceConfig

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

ShieldedInstanceConfig()

public ShieldedInstanceConfig()

ShieldedInstanceConfig(ShieldedInstanceConfig)

public ShieldedInstanceConfig(ShieldedInstanceConfig other)
Parameter
NameDescription
otherShieldedInstanceConfig

Properties

EnableIntegrityMonitoring

public bool EnableIntegrityMonitoring { get; set; }

Optional. Defines whether instances have integrity monitoring enabled.

Property Value
TypeDescription
Boolean

EnableSecureBoot

public bool EnableSecureBoot { get; set; }

Optional. Defines whether instances have Secure Boot enabled.

Property Value
TypeDescription
Boolean

EnableVtpm

public bool EnableVtpm { get; set; }

Optional. Defines whether instances have the vTPM enabled.

Property Value
TypeDescription
Boolean