public sealed class MigrationWarning : IMessage<MigrationWarning>, IEquatable<MigrationWarning>, IDeepCloneable<MigrationWarning>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class MigrationWarning.
Represents migration resource warning information that can be used with google.rpc.Status message. MigrationWarning is used to present the user with warning information in migration operations.
Implements
IMessageMigrationWarning, IEquatableMigrationWarning, IDeepCloneableMigrationWarning, IBufferMessage, IMessageNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
MigrationWarning()
public MigrationWarning()
MigrationWarning(MigrationWarning)
public MigrationWarning(MigrationWarning other)
Parameter | |
---|---|
Name | Description |
other |
MigrationWarning |
Properties
ActionItem
public LocalizedMessage ActionItem { get; set; }
Output only. Suggested action for solving the warning.
Property Value | |
---|---|
Type | Description |
LocalizedMessage |
Code
public MigrationWarning.Types.WarningCode Code { get; set; }
The warning code.
Property Value | |
---|---|
Type | Description |
MigrationWarningTypesWarningCode |
HelpLinks
public RepeatedField<Help.Types.Link> HelpLinks { get; }
Output only. URL(s) pointing to additional information on handling the current warning.
Property Value | |
---|---|
Type | Description |
RepeatedFieldHelpTypesLink |
WarningMessage
public LocalizedMessage WarningMessage { get; set; }
Output only. The localized warning message.
Property Value | |
---|---|
Type | Description |
LocalizedMessage |
WarningTime
public Timestamp WarningTime { get; set; }
The time the warning occurred.
Property Value | |
---|---|
Type | Description |
Timestamp |