Class TroubleshootingInfo
Stores information about troubleshooting doc for debugging a particular state of an operation (eg - backup/restore). This will be used by the end user to debug their operation failure scenario easily.
Implements
Inherited Members
Namespace: Google.Apis.BackupforGKE.v1.Data
Assembly: Google.Apis.BackupforGKE.v1.dll
Syntax
public class TroubleshootingInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StateReasonCode
Output only. Unique code for each backup/restore operation failure message which helps user identify the failure.
Declaration
[JsonProperty("stateReasonCode")]
public virtual string StateReasonCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StateReasonUri
Output only. URL for the troubleshooting doc which will help the user fix the failing backup/restore operation.
Declaration
[JsonProperty("stateReasonUri")]
public virtual string StateReasonUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |