public sealed class FitDescriptor : IMessage<FitDescriptor>, IEquatable<FitDescriptor>, IDeepCloneable<FitDescriptor>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class FitDescriptor.
Describes the fit level of an asset for migration to a specific target.
Implements
IMessageFitDescriptor, IEquatableFitDescriptor, IDeepCloneableFitDescriptor, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
FitDescriptor()
public FitDescriptor()
FitDescriptor(FitDescriptor)
public FitDescriptor(FitDescriptor other)
Parameter | |
---|---|
Name | Description |
other | FitDescriptor |
Properties
FitLevel
public FitDescriptor.Types.FitLevel FitLevel { get; set; }
Fit level.
Property Value | |
---|---|
Type | Description |
FitDescriptorTypesFitLevel |