Class DiskParams (1.6.0)

DiskParams(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Additional disk params.

Attribute

NameDescription
resource_manager_tags Mapping[str, str]
Resource manager tags to be bound to the disk. Tag keys and values have the same definition as resource manager tags. Keys must be in the format ``tagKeys/{tag_key_id}``, and values are in the format ``tagValues/456``. The field is ignored (both PUT & PATCH) when empty.

Inheritance

builtins.object > proto.message.Message > DiskParams

Classes

ResourceManagerTagsEntry

ResourceManagerTagsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, `.Message`]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.