Show / Hide Table of Contents

Class BDRBackupPlanJobLog

Log entry for BDRBackupPlanJobLog for resources using BackupPlan based protection.

Inheritance
object
BDRBackupPlanJobLog
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 BDRBackupPlanJobLog : IDirectResponseSchema

Properties

BackupPlanName

Canonical resource name for Backup Plan Plan of the job.

Declaration
[JsonProperty("backupPlanName")]
public virtual string BackupPlanName { 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

EndTime

object representation of EndTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")]
public virtual object EndTime { get; set; }
Property Value
Type Description
object

EndTimeDateTimeOffset

DateTimeOffset representation of EndTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? EndTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

EndTimeRaw

End time of the job.

Declaration
[JsonProperty("endTime")]
public virtual string EndTimeRaw { get; set; }
Property Value
Type Description
string

ErrorCode

The error code. Only populated in error scenarios.

Declaration
[JsonProperty("errorCode")]
public virtual int? ErrorCode { get; set; }
Property Value
Type Description
int?

ErrorMessage

The user readable error message. Only populated in error scenarios.

Declaration
[JsonProperty("errorMessage")]
public virtual string ErrorMessage { get; set; }
Property Value
Type Description
string

ErrorType

The name of the error type eg. PERMISSION_DENIED. Only populated in error scenarios.

Declaration
[JsonProperty("errorType")]
public virtual string ErrorType { get; set; }
Property Value
Type Description
string

JobCategory

The category field displays the category of the job. Can be one of [UPDATE_BACKUP_PLAN].

Declaration
[JsonProperty("jobCategory")]
public virtual string JobCategory { get; set; }
Property Value
Type Description
string

JobId

The job_id field displays the identifier of the job being reported.

Declaration
[JsonProperty("jobId")]
public virtual string JobId { get; set; }
Property Value
Type Description
string

JobStatus

The status field displays the status of the job. Can be one of [RUNNING,SUCCESSFUL, FAILED].

Declaration
[JsonProperty("jobStatus")]
public virtual string JobStatus { get; set; }
Property Value
Type Description
string

NewBackupPlanRevisionId

User friendly revision id e.g. v0, v1 etc.

Declaration
[JsonProperty("newBackupPlanRevisionId")]
public virtual string NewBackupPlanRevisionId { get; set; }
Property Value
Type Description
string

NewBackupPlanRevisionName

Full resource name for new backup plan revision

Declaration
[JsonProperty("newBackupPlanRevisionName")]
public virtual string NewBackupPlanRevisionName { get; set; }
Property Value
Type Description
string

PreviousBackupPlanRevisionId

User friendly revision id e.g. v0, v1 etc.

Declaration
[JsonProperty("previousBackupPlanRevisionId")]
public virtual string PreviousBackupPlanRevisionId { get; set; }
Property Value
Type Description
string

PreviousBackupPlanRevisionName

Full resource name for previous backup plan revision

Declaration
[JsonProperty("previousBackupPlanRevisionName")]
public virtual string PreviousBackupPlanRevisionName { get; set; }
Property Value
Type Description
string

PreviousBackupRules

Previous Backup Plan rules.

Declaration
[JsonProperty("previousBackupRules")]
public virtual IList<BackupRuleDetail> PreviousBackupRules { get; set; }
Property Value
Type Description
IList<BackupRuleDetail>

ResourceType

The resource_type field displays the type of the protected resource.

Declaration
[JsonProperty("resourceType")]
public virtual string ResourceType { get; set; }
Property Value
Type Description
string

RevisedBackupRules

Revised Backup Plan rules.

Declaration
[JsonProperty("revisedBackupRules")]
public virtual IList<BackupRuleDetail> RevisedBackupRules { get; set; }
Property Value
Type Description
IList<BackupRuleDetail>

StartTime

object representation of StartTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
Type Description
object

StartTimeDateTimeOffset

DateTimeOffset representation of StartTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

StartTimeRaw

Start time of the job.

Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
Type Description
string

WorkloadsAffectedCount

The total number of workloads affected by the job.

Declaration
[JsonProperty("workloadsAffectedCount")]
public virtual int? WorkloadsAffectedCount { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX