Show / Hide Table of Contents

Class ShieldedInstanceConfig

Shielded Instance Config for clusters using Compute Engine Shielded VMs (https://cloud.google.com/security/shielded-cloud/shielded-vm).

Inheritance
System.Object
ShieldedInstanceConfig
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dataproc.v1beta2.Data
Assembly: Google.Apis.Dataproc.v1beta2.dll
Syntax
public class ShieldedInstanceConfig : IDirectResponseSchema

Properties

EnableIntegrityMonitoring

Optional. Defines whether instances have integrity monitoring enabled.

Declaration
[JsonProperty("enableIntegrityMonitoring")]
public virtual bool? EnableIntegrityMonitoring { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

EnableSecureBoot

Optional. Defines whether instances have Secure Boot enabled.

Declaration
[JsonProperty("enableSecureBoot")]
public virtual bool? EnableSecureBoot { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

EnableVtpm

Optional. Defines whether instances have the vTPM enabled.

Declaration
[JsonProperty("enableVtpm")]
public virtual bool? EnableVtpm { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top