DiskParams(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Additional disk params.
Attribute |
|
---|---|
Name | Description |
resource_manager_tags |
MutableMapping[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.
|
Classes
ResourceManagerTagsEntry
ResourceManagerTagsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
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 |