public sealed class AdaptationModifier : IMessage<AdaptationModifier>, IEquatable<AdaptationModifier>, IDeepCloneable<AdaptationModifier>, IBufferMessage, IMessageReference 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.
Implements
IMessageAdaptationModifier, IEquatableAdaptationModifier, IDeepCloneableAdaptationModifier, IBufferMessage, IMessageNamespace
Google.Cloud.VMMigration.V1Assembly
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 |
|