Interface protos.google.cloud.filestore.v1.IBackup (1.0.1)

Properties of a Backup.

Package

@google-cloud/filestore!

Properties

capacityGb

capacityGb?: (number|Long|string|null);

Backup capacityGb

Property Value
TypeDescription
(number|Long|string|null)

createTime

createTime?: (google.protobuf.ITimestamp|null);

Backup createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

description

description?: (string|null);

Backup description

Property Value
TypeDescription
(string|null)

downloadBytes

downloadBytes?: (number|Long|string|null);

Backup downloadBytes

Property Value
TypeDescription
(number|Long|string|null)

labels

labels?: ({ [k: string]: string }|null);

Backup labels

Property Value
TypeDescription
({ [k: string]: string }|null)

name

name?: (string|null);

Backup name

Property Value
TypeDescription
(string|null)

satisfiesPzs

satisfiesPzs?: (google.protobuf.IBoolValue|null);

Backup satisfiesPzs

Property Value
TypeDescription
(google.protobuf.IBoolValue|null)

sourceFileShare

sourceFileShare?: (string|null);

Backup sourceFileShare

Property Value
TypeDescription
(string|null)

sourceInstance

sourceInstance?: (string|null);

Backup sourceInstance

Property Value
TypeDescription
(string|null)

sourceInstanceTier

sourceInstanceTier?: (google.cloud.filestore.v1.Instance.Tier|keyof typeof google.cloud.filestore.v1.Instance.Tier|null);

Backup sourceInstanceTier

Property Value
TypeDescription
(google.cloud.filestore.v1.Instance.Tier|keyof typeof google.cloud.filestore.v1.Instance.Tier|null)

state

state?: (google.cloud.filestore.v1.Backup.State|keyof typeof google.cloud.filestore.v1.Backup.State|null);

Backup state

Property Value
TypeDescription
(google.cloud.filestore.v1.Backup.State|keyof typeof google.cloud.filestore.v1.Backup.State|null)

storageBytes

storageBytes?: (number|Long|string|null);

Backup storageBytes

Property Value
TypeDescription
(number|Long|string|null)