Class BackupVault
Message describing a BackupVault object.
Implements
Inherited Members
Namespace: Google.Apis.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class BackupVault : IDirectResponseSchema
Properties
AccessRestriction
Optional. Note: This field is added for future use case and will not be supported in the current release. Access restriction for the backup vault. Default value is WITHIN_ORGANIZATION if not provided during creation.
Declaration
[JsonProperty("accessRestriction")]
public virtual string AccessRestriction { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Annotations
Optional. User annotations. See https://google.aip.dev/128#annotations Stores small amounts of arbitrary data.
Declaration
[JsonProperty("annotations")]
public virtual IDictionary<string, string> Annotations { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
BackupCount
Output only. The number of backups in this backup vault.
Declaration
[JsonProperty("backupCount")]
public virtual long? BackupCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
BackupMinimumEnforcedRetentionDuration
Required. The default and minimum enforced retention for each backup within the backup vault. The enforced retention for each backup can be extended.
Declaration
[JsonProperty("backupMinimumEnforcedRetentionDuration")]
public virtual object BackupMinimumEnforcedRetentionDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
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 instance was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Deletable
Output only. Set to true when there are no backups nested under this resource.
Declaration
[JsonProperty("deletable")]
public virtual bool? Deletable { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Description
Optional. The description of the BackupVault instance (2048 characters or less).
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
Optional. Server specified ETag for the backup vault resource to prevent simultaneous updates from overwiting each other.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EffectiveTime
object representation of EffectiveTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EffectiveTimeDateTimeOffset instead.")]
public virtual object EffectiveTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
EffectiveTimeDateTimeOffset
DateTimeOffset representation of EffectiveTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EffectiveTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
EffectiveTimeRaw
Optional. Time after which the BackupVault resource is locked.
Declaration
[JsonProperty("effectiveTime")]
public virtual string EffectiveTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Labels
Optional. Resource labels to represent user provided metadata. No labels currently defined:
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
Name
Output only. Identifier. Name of the backup vault to create. It must have the
format"projects/{project}/locations/{location}/backupVaults/{backupvault}". {backupvault} cannot be
changed after creation. It must be between 3-63 characters long and must be unique within the project and
location.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ServiceAccount
Output only. Service account used by the BackupVault Service for this BackupVault. The user should grant this account permissions in their workload project to enable the service to run backups and restores there.
Declaration
[JsonProperty("serviceAccount")]
public virtual string ServiceAccount { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
State
Output only. The BackupVault resource instance state.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TotalStoredBytes
Output only. Total size of the storage used by all backup resources.
Declaration
[JsonProperty("totalStoredBytes")]
public virtual long? TotalStoredBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Uid
Output only. Immutable after resource creation until resource deletion.
Declaration
[JsonProperty("uid")]
public virtual string Uid { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
UpdateTimeRaw
Output only. The time when the instance was updated.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |