Class Group (1.3.1)

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

Describes message for 'Group' resource. The Group is a collections of several MigratingVms.

Attributes

NameDescription
name str
Output only. The Group name.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The create time timestamp.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The update time timestamp.
description str
User-provided description of the group.
display_name str
Display name is a user defined name for this group which can be updated.

Inheritance

builtins.object > proto.message.Message > Group