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.
Implements
IMessage<ShieldedInstanceConfig>, IEquatable<ShieldedInstanceConfig>, IDeepCloneable<ShieldedInstanceConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
ShieldedInstanceConfig()
public ShieldedInstanceConfig()
ShieldedInstanceConfig(ShieldedInstanceConfig)
public ShieldedInstanceConfig(ShieldedInstanceConfig other)
Parameter | |
---|---|
Name | Description |
other | ShieldedInstanceConfig |
Properties
EnableIntegrityMonitoring
public bool EnableIntegrityMonitoring { get; set; }
Optional. Defines whether instances have integrity monitoring enabled.
Property Value | |
---|---|
Type | Description |
Boolean |
EnableSecureBoot
public bool EnableSecureBoot { get; set; }
Optional. Defines whether instances have Secure Boot enabled.
Property Value | |
---|---|
Type | Description |
Boolean |
EnableVtpm
public bool EnableVtpm { get; set; }
Optional. Defines whether instances have the vTPM enabled.
Property Value | |
---|---|
Type | Description |
Boolean |