Show / Hide Table of Contents

Class Backup

A NetApp Backup.

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

Properties

BackupRegion

Output only. Region in which backup is stored. Format: projects/{project_id}/locations/{location}

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

BackupType

Output only. Type of backup, manually created or created by a backup policy.

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

ChainStorageBytes

Output only. Total size of all backups in a chain in bytes = baseline backup size + sum(incremental backup size)

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

CreateTime

object representation of CreateTimeRaw.

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

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

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

CreateTimeRaw

Output only. The time when the backup was created.

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

Description

A description of the backup with 2048 characters or less. Requests with longer descriptions will be rejected.

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

EnforcedRetentionEndTime

object representation of EnforcedRetentionEndTimeRaw.

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

EnforcedRetentionEndTimeDateTimeOffset

DateTimeOffset representation of EnforcedRetentionEndTimeRaw.

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

EnforcedRetentionEndTimeRaw

Output only. The time until which the backup is not deletable.

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

Labels

Resource labels to represent user provided metadata.

Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type Description
IDictionary<string, string>

Name

Identifier. The resource name of the backup. Format: projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}.

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

SatisfiesPzi

Output only. Reserved for future use

Declaration
[JsonProperty("satisfiesPzi")]
public virtual bool? SatisfiesPzi { get; set; }
Property Value
Type Description
bool?

SatisfiesPzs

Output only. Reserved for future use

Declaration
[JsonProperty("satisfiesPzs")]
public virtual bool? SatisfiesPzs { get; set; }
Property Value
Type Description
bool?

SourceSnapshot

If specified, backup will be created from the given snapshot. If not specified, there will be a new snapshot taken to initiate the backup creation. Format: projects/{project_id}/locations/{location}/volumes/{volume_id}/snapshots/{snapshot_id}

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

SourceVolume

Volume full name of this backup belongs to. Format: projects/{projects_id}/locations/{location}/volumes/{volume_id}

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

State

Output only. The backup state.

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

VolumeRegion

Output only. Region of the volume from which the backup was created. Format: projects/{project_id}/locations/{location}

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

VolumeUsageBytes

Output only. Size of the file system when the backup was created. When creating a new volume from the backup, the volume capacity will have to be at least as big.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX