Show / Hide Table of Contents

Class RestoreOrder

Allows customers to specify dependencies between resources that Backup for GKE can use to compute a resasonable restore order.

Inheritance
object
RestoreOrder
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX