Class InstanceParams (0.11.0)

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

Attributes

Name Description
request_valid_for_duration google.cloud.compute_v1beta.types.Duration
Relative deadline for waiting for capacity. Relevant only for Instances.Insert API. This field is a member of oneof_ _request_valid_for_duration.
resource_manager_tags MutableMapping[str, str]
Input only. Resource manager tags to be bound to the instance. Tag keys and values have the same definition as resource manager tags. 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}. 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, .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.