Class RestoreOrder
Allows customers to specify dependencies between resources that Backup for GKE can use to compute a resasonable restore order.
Implements
Inherited Members
Namespace: Google.Apis.BackupforGKE.v1.Data
Assembly: Google.Apis.BackupforGKE.v1.dll
Syntax
public class RestoreOrder : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GroupKindDependencies
Optional. Contains a list of group kind dependency pairs provided by the customer, that is used by Backup for GKE to generate a group kind restore order.
Declaration
[JsonProperty("groupKindDependencies")]
public virtual IList<GroupKindDependency> GroupKindDependencies { get; set; }
Property Value
Type | Description |
---|---|
IList<GroupKindDependency> |