Class ReportConfig (0.1.6)

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

The groups and associated preference sets on which we can generate reports.

Attributes

NameDescription
name str
Output only. Name of resource.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp when the resource was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp when the resource was last updated.
display_name str
User-friendly display name. Maximum length is 63 characters.
description str
Free-text description.
group_preferenceset_assignments MutableSequence[google.cloud.migrationcenter_v1.types.ReportConfig.GroupPreferenceSetAssignment]
Required. Collection of combinations of groups and preference sets.

Classes

GroupPreferenceSetAssignment

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

Represents a combination of a group with a preference set.