Class InstanceGroupManagerParams (0.11.0)

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

Input only additional params for instance group manager creation.

Attribute

Name Description
resource_manager_tags MutableMapping[str, str]
Input only. Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys and values can be either in numeric format, such as tagKeys/{tag_key_id} and tagValues/456 or in namespaced format such as {org_id|project_id}/{tag_key_short_name} and {tag_value_short_name}. For more information, seeManage tags for resources.

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, .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.