PreservedStatePreservedDisk(mapping=None, *, ignore_unknown_fields=False, **kwargs)
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
auto_delete |
str
These stateful disks will never be deleted during autohealing, update, instance recreate operations. This flag is used to configure if the disk should be deleted after it is no longer used by the group, e.g. when the given instance or the whole MIG is deleted. Note: disks attached in READ_ONLY mode cannot be auto-deleted. Check the AutoDelete enum for the list of possible values. This field is a member of oneof _ _auto_delete .
|
mode |
str
The mode in which to attach this disk, either READ_WRITE or READ_ONLY. If not specified, the default is to attach the disk in READ_WRITE mode. Check the Mode enum for the list of possible values. This field is a member of oneof _ _mode .
|
source |
str
The URL of the disk resource that is stateful and should be attached to the VM instance. This field is a member of oneof _ _source .
|
Classes
AutoDelete
AutoDelete(value)
These stateful disks will never be deleted during autohealing, update, instance recreate operations. This flag is used to configure if the disk should be deleted after it is no longer used by the group, e.g. when the given instance or the whole MIG is deleted. Note: disks attached in READ_ONLY mode cannot be auto-deleted.
Values: UNDEFINED_AUTO_DELETE (0): A value indicating that the enum field is not set. NEVER (74175084): No description available. ON_PERMANENT_INSTANCE_DELETION (95727719): No description available.
Mode
Mode(value)
The mode in which to attach this disk, either READ_WRITE or READ_ONLY. If not specified, the default is to attach the disk in READ_WRITE mode.
Values: UNDEFINED_MODE (0): A value indicating that the enum field is not set. READ_ONLY (91950261): Attaches this disk in read-only mode. Multiple VM instances can use a disk in READ_ONLY mode at a time. READ_WRITE (173607894): [Default] Attaches this disk in READ_WRITE mode. Only one VM instance at a time can be attached to a disk in READ_WRITE mode.