Cloud AI Platform v1 API - Class ShieldedVmConfig (3.0.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class ShieldedVmConfig.

A set of Shielded Instance options. See Images using supported Shielded VM features.

Inheritance

object > ShieldedVmConfig

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ShieldedVmConfig()

public ShieldedVmConfig()

ShieldedVmConfig(ShieldedVmConfig)

public ShieldedVmConfig(ShieldedVmConfig other)
Parameter
Name Description
other ShieldedVmConfig

Properties

EnableSecureBoot

public bool EnableSecureBoot { get; set; }

Defines whether the instance has Secure Boot enabled.

Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails.

Property Value
Type Description
bool