Class DeltaDetails (0.4.0)

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

Captures the details of items that have increased or decreased in some bucket when compared to some point in history. It is currently used to capture the delta of resources that have been added or removed in the fleet as well as to capture the resources that have a change in Issue/Signal status.

Attributes

Name Description
increased_resources MutableSequence[google.cloud.databasecenter_v1beta.types.ResourceDetails]
Details of resources that have increased.
decreased_resources MutableSequence[google.cloud.databasecenter_v1beta.types.ResourceDetails]
Details of resources that have decreased.