Interface ComputeInstanceFromTemplateShieldedInstanceConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeInstanceFromTemplateShieldedInstanceConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.513Z") @Stability(Stable) public interface ComputeInstanceFromTemplateShieldedInstanceConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeInstanceFromTemplateShieldedInstanceConfig.BuilderA builder forComputeInstanceFromTemplateShieldedInstanceConfigstatic classComputeInstanceFromTemplateShieldedInstanceConfig.Jsii$ProxyAn implementation forComputeInstanceFromTemplateShieldedInstanceConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeInstanceFromTemplateShieldedInstanceConfig.Builderbuilder()default ObjectgetEnableIntegrityMonitoring()Whether integrity monitoring is enabled for the instance.default ObjectgetEnableSecureBoot()Whether secure boot is enabled for the instance.default ObjectgetEnableVtpm()Whether the instance uses vTPM.
-
-
-
Method Detail
-
getEnableIntegrityMonitoring
@Stability(Stable) @Nullable default Object getEnableIntegrityMonitoring()
Whether integrity monitoring is enabled for the instance.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_from_template#enable_integrity_monitoring ComputeInstanceFromTemplate#enable_integrity_monitoring}
-
getEnableSecureBoot
@Stability(Stable) @Nullable default Object getEnableSecureBoot()
Whether secure boot is enabled for the instance.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_from_template#enable_secure_boot ComputeInstanceFromTemplate#enable_secure_boot}
-
getEnableVtpm
@Stability(Stable) @Nullable default Object getEnableVtpm()
Whether the instance uses vTPM.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_from_template#enable_vtpm ComputeInstanceFromTemplate#enable_vtpm}
-
builder
@Stability(Stable) static ComputeInstanceFromTemplateShieldedInstanceConfig.Builder builder()
-
-