Class PerInstanceConfig (1.2.0)

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

Attributes

NameDescription
fingerprint str
Fingerprint of this per-instance config. This field can be used in optimistic locking. It is ignored when inserting a per-instance config. An up-to-date fingerprint must be provided in order to update an existing per-instance config or the field needs to be unset. This field is a member of oneof_ _fingerprint.
name str
The name of a per-instance config and its corresponding instance. Serves as a merge key during UpdatePerInstanceConfigs operations, that is, if a per-instance config with the same name exists then it will be updated, otherwise a new one will be created for the VM instance with the same name. An attempt to create a per-instance config for a VM instance that either doesn't exist or is not part of the group will result in an error. This field is a member of oneof_ _name.
preserved_state google.cloud.compute_v1.types.PreservedState
The intended preserved state for the given instance. Does not contain preserved state generated from a stateful policy. This field is a member of oneof_ _preserved_state.
status str
The status of applying this per-instance config on the corresponding managed instance. Check the Status enum for the list of possible values. This field is a member of oneof_ _status.

Classes

Status

Status(value)

The status of applying this per-instance config on the corresponding managed instance.