VM Migration v1 API - Class AwsSourceDetails.Types.Tag (2.5.0)

public sealed class AwsSourceDetails.Types.Tag : IMessage<AwsSourceDetails.Types.Tag>, IEquatable<AwsSourceDetails.Types.Tag>, IDeepCloneable<AwsSourceDetails.Types.Tag>, IBufferMessage, IMessage

Reference documentation and code samples for the VM Migration v1 API class AwsSourceDetails.Types.Tag.

Tag is an AWS tag representation.

Inheritance

object > AwsSourceDetails.Types.Tag

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

Tag()

public Tag()

Tag(Tag)

public Tag(AwsSourceDetails.Types.Tag other)
Parameter
NameDescription
otherAwsSourceDetailsTypesTag

Properties

Key

public string Key { get; set; }

Key of tag.

Property Value
TypeDescription
string

Value

public string Value { get; set; }

Value of tag.

Property Value
TypeDescription
string