Package com.pulumi.gcp.dataproc.outputs
Class WorkflowTemplatePlacementManagedClusterConfigGceClusterConfigShieldedInstanceConfig
- java.lang.Object
-
- com.pulumi.gcp.dataproc.outputs.WorkflowTemplatePlacementManagedClusterConfigGceClusterConfigShieldedInstanceConfig
-
public final class WorkflowTemplatePlacementManagedClusterConfigGceClusterConfigShieldedInstanceConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WorkflowTemplatePlacementManagedClusterConfigGceClusterConfigShieldedInstanceConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WorkflowTemplatePlacementManagedClusterConfigGceClusterConfigShieldedInstanceConfig.Builder
builder()
static WorkflowTemplatePlacementManagedClusterConfigGceClusterConfigShieldedInstanceConfig.Builder
builder(WorkflowTemplatePlacementManagedClusterConfigGceClusterConfigShieldedInstanceConfig defaults)
java.util.Optional<java.lang.Boolean>
enableIntegrityMonitoring()
java.util.Optional<java.lang.Boolean>
enableSecureBoot()
java.util.Optional<java.lang.Boolean>
enableVtpm()
-
-
-
Method Detail
-
enableIntegrityMonitoring
public java.util.Optional<java.lang.Boolean> enableIntegrityMonitoring()
- Returns:
- Defines whether instances have [Integrity Monitoring](https://cloud.google.com/compute/shielded-vm/docs/shielded-vm#integrity-monitoring) enabled.
-
enableSecureBoot
public java.util.Optional<java.lang.Boolean> enableSecureBoot()
- Returns:
- Defines whether instances have [Secure Boot](https://cloud.google.com/compute/shielded-vm/docs/shielded-vm#secure-boot) enabled.
-
enableVtpm
public java.util.Optional<java.lang.Boolean> enableVtpm()
- Returns:
- Defines whether instances have the [vTPM](https://cloud.google.com/compute/shielded-vm/docs/shielded-vm#vtpm) enabled.
-
builder
public static WorkflowTemplatePlacementManagedClusterConfigGceClusterConfigShieldedInstanceConfig.Builder builder()
-
-