Show / Hide Table of Contents

Class BackupApplianceLockInfo

BackupApplianceLockInfo contains metadata about the backupappliance that created the lock.

Inheritance
object
BackupApplianceLockInfo
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.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class BackupApplianceLockInfo : IDirectResponseSchema

Properties

BackupApplianceId

Required. The ID of the backup/recovery appliance that created this lock.

Declaration
[JsonProperty("backupApplianceId")]
public virtual long? BackupApplianceId { get; set; }
Property Value
Type Description
long?

BackupApplianceName

Required. The name of the backup/recovery appliance that created this lock.

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

BackupImage

The image name that depends on this Backup.

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

JobName

The job name on the backup/recovery appliance that created this lock.

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

LockReason

Required. The reason for the lock: e.g. MOUNT/RESTORE/BACKUP/etc. The value of this string is only meaningful to the client and it is not interpreted by the BackupVault service.

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

SlaId

The SLA on the backup/recovery appliance that owns the lock.

Declaration
[JsonProperty("slaId")]
public virtual long? SlaId { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX