Package com.google.cloud.dataproc.v1
Interface ShieldedInstanceConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ShieldedInstanceConfig
,ShieldedInstanceConfig.Builder
public interface ShieldedInstanceConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getEnableIntegrityMonitoring()
Optional.boolean
getEnableSecureBoot()
Optional.boolean
getEnableVtpm()
Optional.boolean
hasEnableIntegrityMonitoring()
Optional.boolean
hasEnableSecureBoot()
Optional.boolean
hasEnableVtpm()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasEnableSecureBoot
boolean hasEnableSecureBoot()
Optional. Defines whether instances have Secure Boot enabled.
optional bool enable_secure_boot = 1 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- Whether the enableSecureBoot field is set.
-
getEnableSecureBoot
boolean getEnableSecureBoot()
Optional. Defines whether instances have Secure Boot enabled.
optional bool enable_secure_boot = 1 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The enableSecureBoot.
-
hasEnableVtpm
boolean hasEnableVtpm()
Optional. Defines whether instances have the vTPM enabled.
optional bool enable_vtpm = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- Whether the enableVtpm field is set.
-
getEnableVtpm
boolean getEnableVtpm()
Optional. Defines whether instances have the vTPM enabled.
optional bool enable_vtpm = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The enableVtpm.
-
hasEnableIntegrityMonitoring
boolean hasEnableIntegrityMonitoring()
Optional. Defines whether instances have integrity monitoring enabled.
optional bool enable_integrity_monitoring = 3 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- Whether the enableIntegrityMonitoring field is set.
-
getEnableIntegrityMonitoring
boolean getEnableIntegrityMonitoring()
Optional. Defines whether instances have integrity monitoring enabled.
optional bool enable_integrity_monitoring = 3 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The enableIntegrityMonitoring.
-
-