Reference documentation and code samples for the Google Cloud Dataproc V1 Client class ShieldedInstanceConfig.
Shielded Instance Config for clusters using Compute Engine Shielded VMs.
Generated from protobuf message google.cloud.dataproc.v1.ShieldedInstanceConfig
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ enable_secure_boot |
bool
Optional. Defines whether instances have Secure Boot enabled. |
↳ enable_vtpm |
bool
Optional. Defines whether instances have the vTPM enabled. |
↳ enable_integrity_monitoring |
bool
Optional. Defines whether instances have integrity monitoring enabled. |
getEnableSecureBoot
Optional. Defines whether instances have Secure Boot enabled.
Generated from protobuf field bool enable_secure_boot = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
bool |
setEnableSecureBoot
Optional. Defines whether instances have Secure Boot enabled.
Generated from protobuf field bool enable_secure_boot = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getEnableVtpm
Optional. Defines whether instances have the vTPM enabled.
Generated from protobuf field bool enable_vtpm = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
bool |
setEnableVtpm
Optional. Defines whether instances have the vTPM enabled.
Generated from protobuf field bool enable_vtpm = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getEnableIntegrityMonitoring
Optional. Defines whether instances have integrity monitoring enabled.
Generated from protobuf field bool enable_integrity_monitoring = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
bool |
setEnableIntegrityMonitoring
Optional. Defines whether instances have integrity monitoring enabled.
Generated from protobuf field bool enable_integrity_monitoring = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |