Class RestorePlanBinding
A RestorePlanBinding binds a RestorePlan with a RestoreChannel. This resource is created automatically when a RestorePlan is created using a RestoreChannel. This also serves as a holder for cross-project fields that need to be displayed in the current project.
Implements
Inherited Members
Namespace: Google.Apis.BackupforGKE.v1.Data
Assembly: Google.Apis.BackupforGKE.v1.dll
Syntax
public class RestorePlanBinding : IDirectResponseSchema
Properties
BackupPlan
Output only. The fully qualified name of the BackupPlan bound to the specified RestorePlan.
projects/*/locations/*/backukpPlans/{backup_plan}
Declaration
[JsonProperty("backupPlan")]
public virtual string BackupPlan { 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 timestamp when this binding was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
Output only. etag is used for optimistic concurrency control as a way to help prevent simultaneous updates
of a RestorePlanBinding from overwriting each other. It is strongly suggested that systems make use of the
'etag' in the read-modify-write cycle to perform RestorePlanBinding updates in order to avoid race
conditions: An etag is returned in the response to GetRestorePlanBinding, and systems are expected to
put that etag in the request to UpdateRestorePlanBinding or DeleteRestorePlanBinding to ensure that
their change will be applied to the same version of the resource.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Identifier. The fully qualified name of the RestorePlanBinding.
projects/*/locations/*/restoreChannels/*/restorePlanBindings/*
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RestorePlan
Output only. The fully qualified name of the RestorePlan bound to this RestoreChannel.
projects/*/locations/*/restorePlans/{restore_plan}
Declaration
[JsonProperty("restorePlan")]
public virtual string RestorePlan { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Uid
Output only. Server generated global unique identifier of UUID4
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 timestamp when this binding was created.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |