VM Migration v1 API - Class MigrationWarning (2.7.0)

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.

Inheritance

object > MigrationWarning

Namespace

Google.Cloud.VMMigration.V1

Assembly

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
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