public sealed class Group : IMessage<Group>, IEquatable<Group>, IDeepCloneable<Group>, IBufferMessage, IMessageReference documentation and code samples for the VM Migration v1 API class Group.
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 |
|
MigrationTargetType
public Group.Types.MigrationTargetType MigrationTargetType { get; set; }Immutable. The target type of this group.
| Property Value | |
|---|---|
| Type | Description |
GroupTypesMigrationTargetType |
|
Name
public string Name { get; set; }Output only. 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 |
|