Class ComputeInstanceTemplateShieldedInstanceConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_instance_template.ComputeInstanceTemplateShieldedInstanceConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeInstanceTemplateShieldedInstanceConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeInstanceTemplateShieldedInstanceConfig
@Stability(Stable) @Internal public static final class ComputeInstanceTemplateShieldedInstanceConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeInstanceTemplateShieldedInstanceConfig
An implementation forComputeInstanceTemplateShieldedInstanceConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.compute_instance_template.ComputeInstanceTemplateShieldedInstanceConfig
ComputeInstanceTemplateShieldedInstanceConfig.Builder, ComputeInstanceTemplateShieldedInstanceConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeInstanceTemplateShieldedInstanceConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeInstanceTemplateShieldedInstanceConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetEnableIntegrityMonitoring()Compare the most recent boot measurements to the integrity policy baseline and return a pair of pass/fail results depending on whether they match or not.ObjectgetEnableSecureBoot()Verify the digital signature of all boot components, and halt the boot process if signature verification fails.ObjectgetEnableVtpm()Use a virtualized trusted platform module, which is a specialized computer chip you can use to encrypt objects like keys and certificates.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ComputeInstanceTemplateShieldedInstanceConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeInstanceTemplateShieldedInstanceConfig.Builder.
-
-
Method Detail
-
getEnableIntegrityMonitoring
public final Object getEnableIntegrityMonitoring()
Description copied from interface:ComputeInstanceTemplateShieldedInstanceConfigCompare the most recent boot measurements to the integrity policy baseline and return a pair of pass/fail results depending on whether they match or not.Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_template#enable_integrity_monitoring ComputeInstanceTemplate#enable_integrity_monitoring}
- Specified by:
getEnableIntegrityMonitoringin interfaceComputeInstanceTemplateShieldedInstanceConfig
-
getEnableSecureBoot
public final Object getEnableSecureBoot()
Description copied from interface:ComputeInstanceTemplateShieldedInstanceConfigVerify the digital signature of all boot components, and halt the boot process if signature verification fails.Defaults to false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_template#enable_secure_boot ComputeInstanceTemplate#enable_secure_boot}
- Specified by:
getEnableSecureBootin interfaceComputeInstanceTemplateShieldedInstanceConfig
-
getEnableVtpm
public final Object getEnableVtpm()
Description copied from interface:ComputeInstanceTemplateShieldedInstanceConfigUse a virtualized trusted platform module, which is a specialized computer chip you can use to encrypt objects like keys and certificates.Defaults to true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_template#enable_vtpm ComputeInstanceTemplate#enable_vtpm}
- Specified by:
getEnableVtpmin interfaceComputeInstanceTemplateShieldedInstanceConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-