Cloud Workstations v1 API - Class WorkstationConfig.Types.Host.Types.GceInstance.Types.GceConfidentialInstanceConfig (1.0.0)

public sealed class WorkstationConfig.Types.Host.Types.GceInstance.Types.GceConfidentialInstanceConfig : IMessage<WorkstationConfig.Types.Host.Types.GceInstance.Types.GceConfidentialInstanceConfig>, IEquatable<WorkstationConfig.Types.Host.Types.GceInstance.Types.GceConfidentialInstanceConfig>, IDeepCloneable<WorkstationConfig.Types.Host.Types.GceInstance.Types.GceConfidentialInstanceConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Workstations v1 API class WorkstationConfig.Types.Host.Types.GceInstance.Types.GceConfidentialInstanceConfig.

A set of Compute Engine Confidential VM instance options.

Inheritance

object > WorkstationConfig.Types.Host.Types.GceInstance.Types.GceConfidentialInstanceConfig

Namespace

Google.Cloud.Workstations.V1

Assembly

Google.Cloud.Workstations.V1.dll

Constructors

GceConfidentialInstanceConfig()

public GceConfidentialInstanceConfig()

GceConfidentialInstanceConfig(GceConfidentialInstanceConfig)

public GceConfidentialInstanceConfig(WorkstationConfig.Types.Host.Types.GceInstance.Types.GceConfidentialInstanceConfig other)
Parameter
NameDescription
otherWorkstationConfigTypesHostTypesGceInstanceTypesGceConfidentialInstanceConfig

Properties

EnableConfidentialCompute

public bool EnableConfidentialCompute { get; set; }

Optional. Whether the instance has confidential compute enabled.

Property Value
TypeDescription
bool