VM Migration v1 API - Class AdaptationModifier (2.9.0)

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

Reference documentation and code samples for the VM Migration v1 API class AdaptationModifier.

AdaptationModifier a modifier to be used for configuration of the OS adaptation process.

Inheritance

object > AdaptationModifier

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

AdaptationModifier()

public AdaptationModifier()

AdaptationModifier(AdaptationModifier)

public AdaptationModifier(AdaptationModifier other)
Parameter
Name Description
other AdaptationModifier

Properties

Modifier

public string Modifier { get; set; }

Optional. The modifier name.

Property Value
Type Description
string

Value

public string Value { get; set; }

Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.

Property Value
Type Description
string