VmExtensionPolicyExtensionPolicy(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Configuration for a specific VM extension.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
pinned_version |
str
Optional. The specific version of the extension to install. If not set, the latest version is used. This field is a member of oneof_ _pinned_version.
|
string_config |
str
Optional. String-based configuration data for the extension. This field is a member of oneof_ _string_config.
|