public sealed class Group : IMessage<Group>, IEquatable<Group>, IDeepCloneable<Group>, IBufferMessage, IMessage
Describes message for 'Group' resource. The Group is a collections of several MigratingVms.
Namespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
Group()
public Group()
Group(Group)
public Group(Group other)
Parameter | |
---|---|
Name | Description |
other | Group |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The create time timestamp.
Property Value | |
---|---|
Type | Description |
Timestamp |
Description
public string Description { get; set; }
User-provided description of the group.
Property Value | |
---|---|
Type | Description |
String |
DisplayName
public string DisplayName { get; set; }
Display name is a user defined name for this group which can be updated.
Property Value | |
---|---|
Type | Description |
String |
GroupName
public GroupName GroupName { get; set; }
Property Value | |
---|---|
Type | Description |
GroupName |
Name
public string Name { get; set; }
The Group name.
Property Value | |
---|---|
Type | Description |
String |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The update time timestamp.
Property Value | |
---|---|
Type | Description |
Timestamp |