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
Inherited Members
Namespace: Google.Apis.VMMigrationService.v1alpha1.Data
Assembly: Google.Apis.VMMigrationService.v1alpha1.dll
Syntax
public class MigrationWarning : IDirectResponseSchema
Properties
ActionItem
Output only. Suggested action for solving the warning.
Declaration
[JsonProperty("actionItem")]
public virtual LocalizedMessage ActionItem { get; set; }
Property Value
Type | Description |
---|---|
LocalizedMessage |
Code
The warning code.
Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HelpLinks
Output only. URL(s) pointing to additional information on handling the current warning.
Declaration
[JsonProperty("helpLinks")]
public virtual IList<Link> HelpLinks { get; set; }
Property Value
Type | Description |
---|---|
IList<Link> |
WarningMessage
Output only. The localized warning message.
Declaration
[JsonProperty("warningMessage")]
public virtual LocalizedMessage WarningMessage { get; set; }
Property Value
Type | Description |
---|---|
LocalizedMessage |
WarningTime
object representation of WarningTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use WarningTimeDateTimeOffset instead.")]
public virtual object WarningTime { get; set; }
Property Value
Type | Description |
---|---|
object |
WarningTimeDateTimeOffset
DateTimeOffset representation of WarningTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? WarningTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
WarningTimeRaw
The time the warning occurred.
Declaration
[JsonProperty("warningTime")]
public virtual string WarningTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |