ShieldedInstanceConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A set of Shielded Instance options.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
enable_integrity_monitoring |
bool
Defines whether the instance has integrity monitoring enabled. Enabled by default. This field is a member of oneof _ _enable_integrity_monitoring .
|
enable_secure_boot |
bool
Defines whether the instance has Secure Boot enabled. Disabled by default. This field is a member of oneof _ _enable_secure_boot .
|
enable_vtpm |
bool
Defines whether the instance has the vTPM enabled. Enabled by default. This field is a member of oneof _ _enable_vtpm .
|