Class ConfidentialParavisorConfig
A set of Confidential Paravisor (SVSM) options.
Inheritance
ConfidentialParavisorConfig
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ConfidentialParavisorConfig : IDirectResponseSchema
Properties
ConfidentialTpmType
Declaration
[JsonProperty("confidentialTpmType")]
public virtual string ConfidentialTpmType { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
SevSnpIrqMode
Declaration
[JsonProperty("sevSnpIrqMode")]
public virtual string SevSnpIrqMode { get; set; }
Property Value
Implements