VM Migration v1 API - Class Group (2.5.0)

public sealed class Group : IMessage<Group>, IEquatable<Group>, IDeepCloneable<Group>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > Group

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

Group()

public Group()

Group(Group)

public Group(Group other)
Parameter
NameDescription
otherGroup

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The create time timestamp.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

User-provided description of the group.

Property Value
TypeDescription
string

DisplayName

public string DisplayName { get; set; }

Display name is a user defined name for this group which can be updated.

Property Value
TypeDescription
string

GroupName

public GroupName GroupName { get; set; }

GroupName-typed view over the Name resource name property.

Property Value
TypeDescription
GroupName

Name

public string Name { get; set; }

Output only. The Group name.

Property Value
TypeDescription
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The update time timestamp.

Property Value
TypeDescription
Timestamp