Class Backup
A NetApp Backup.
Implements
Inherited Members
Namespace: Google.Apis.NetAppFiles.v1beta1.Data
Assembly: Google.Apis.NetAppFiles.v1beta1.dll
Syntax
public class Backup : IDirectResponseSchema
Properties
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 |
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 |
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 |
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? |