Class Backup (2.0.0)

public sealed class Backup : IMessage<Backup>, IEquatable<Backup>, IDeepCloneable<Backup>, IBufferMessage, IMessage

A Cloud Filestore backup.

Inheritance

Object > Backup

Namespace

Google.Cloud.Filestore.V1

Assembly

Google.Cloud.Filestore.V1.dll

Constructors

Backup()

public Backup()

Backup(Backup)

public Backup(Backup other)
Parameter
NameDescription
otherBackup

Properties

BackupName

public BackupName BackupName { get; set; }

BackupName-typed view over the Name resource name property.

Property Value
TypeDescription
BackupName

CapacityGb

public long CapacityGb { get; set; }

Output only. Capacity of the source file share when the backup was created.

Property Value
TypeDescription
Int64

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time when the backup was created.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

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

Property Value
TypeDescription
String

DownloadBytes

public long DownloadBytes { get; set; }

Output only. Amount of bytes that will be downloaded if the backup is restored. This may be different than storage bytes, since sequential backups of the same disk will share storage.

Property Value
TypeDescription
Int64

Labels

public MapField<string, string> Labels { get; }

Resource labels to represent user provided metadata.

Property Value
TypeDescription
MapField<String, String>

Name

public string Name { get; set; }

Output only. The resource name of the backup, in the format projects/{project_number}/locations/{location_id}/backups/{backup_id}.

Property Value
TypeDescription
String

SatisfiesPzs

public bool? SatisfiesPzs { get; set; }

Output only. Reserved for future use.

Property Value
TypeDescription
Nullable<Boolean>

SourceFileShare

public string SourceFileShare { get; set; }

Name of the file share in the source Cloud Filestore instance that the backup is created from.

Property Value
TypeDescription
String

SourceInstance

public string SourceInstance { get; set; }

The resource name of the source Cloud Filestore instance, in the format projects/{project_number}/locations/{location_id}/instances/{instance_id}, used to create this backup.

Property Value
TypeDescription
String

SourceInstanceAsInstanceName

public InstanceName SourceInstanceAsInstanceName { get; set; }

InstanceName-typed view over the SourceInstance resource name property.

Property Value
TypeDescription
InstanceName

SourceInstanceTier

public Instance.Types.Tier SourceInstanceTier { get; set; }

Output only. The service tier of the source Cloud Filestore instance that this backup is created from.

Property Value
TypeDescription
Instance.Types.Tier

State

public Backup.Types.State State { get; set; }

Output only. The backup state.

Property Value
TypeDescription
Backup.Types.State

StorageBytes

public long StorageBytes { get; set; }

Output only. The size of the storage used by the backup. As backups share storage, this number is expected to change with backup creation/deletion.

Property Value
TypeDescription
Int64