Class BackupCollection
BackupCollection of a cluster.
Implements
Inherited Members
Namespace: Google.Apis.CloudRedis.v1beta1.Data
Assembly: Google.Apis.CloudRedis.v1beta1.dll
Syntax
public class BackupCollection : IDirectResponseSchema
Properties
Cluster
Output only. The full resource path of the cluster the backup collection belongs to. Example: projects/{project}/locations/{location}/clusters/{cluster}
Declaration
[JsonProperty("cluster")]
public virtual string Cluster { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ClusterUid
Output only. The cluster uid of the backup collection.
Declaration
[JsonProperty("clusterUid")]
public virtual string ClusterUid { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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 collection was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { 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 |
KmsKey
Output only. The KMS key used to encrypt the backups under this backup collection.
Declaration
[JsonProperty("kmsKey")]
public virtual string KmsKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LastBackupTime
object representation of LastBackupTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastBackupTimeDateTimeOffset instead.")]
public virtual object LastBackupTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
LastBackupTimeDateTimeOffset
DateTimeOffset representation of LastBackupTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastBackupTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
LastBackupTimeRaw
Output only. The last time a backup was created in the backup collection.
Declaration
[JsonProperty("lastBackupTime")]
public virtual string LastBackupTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Identifier. Full resource path of the backup collection.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TotalBackupCount
Output only. Total number of backups in the backup collection.
Declaration
[JsonProperty("totalBackupCount")]
public virtual long? TotalBackupCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
TotalBackupSizeBytes
Output only. Total size of all backups in the backup collection.
Declaration
[JsonProperty("totalBackupSizeBytes")]
public virtual long? TotalBackupSizeBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Uid
Output only. System assigned unique identifier of the backup collection.
Declaration
[JsonProperty("uid")]
public virtual string Uid { get; set; }
Property Value
| Type | Description |
|---|---|
| string |