Interface ComputeInstanceShieldedInstanceConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeInstanceShieldedInstanceConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.479Z") @Stability(Stable) public interface ComputeInstanceShieldedInstanceConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeInstanceShieldedInstanceConfig.BuilderA builder forComputeInstanceShieldedInstanceConfigstatic classComputeInstanceShieldedInstanceConfig.Jsii$ProxyAn implementation forComputeInstanceShieldedInstanceConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeInstanceShieldedInstanceConfig.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#enable_integrity_monitoring ComputeInstance#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#enable_secure_boot ComputeInstance#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#enable_vtpm ComputeInstance#enable_vtpm}
-
builder
@Stability(Stable) static ComputeInstanceShieldedInstanceConfig.Builder builder()
-
-