Show / Hide Table of Contents

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.

Inheritance
object
TroubleshootingInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX