Class Report (0.1.6)

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

Report represents a point-in-time rendering of the ReportConfig results.

Attributes

NameDescription
name str
Output only. Name of resource.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Creation timestamp.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Last update timestamp.
display_name str
User-friendly display name. Maximum length is 63 characters.
description str
Free-text description.
type_ google.cloud.migrationcenter_v1.types.Report.Type
Report type.
state google.cloud.migrationcenter_v1.types.Report.State
Report creation state.
summary google.cloud.migrationcenter_v1.types.ReportSummary
Output only. Summary view of the Report.

Classes

State

State(value)

Report creation state.

Values: STATE_UNSPECIFIED (0): Default Report creation state. PENDING (1): Creating Report. SUCCEEDED (2): Successfully created Report. FAILED (3): Failed to create Report.

Type

Type(value)

Report type.

Values: TYPE_UNSPECIFIED (0): Default Report type. TOTAL_COST_OF_OWNERSHIP (1): Total cost of ownership Report type.