Show / Hide Table of Contents

Class BackupDrTemplateConfig

BackupDrTemplateConfig has additional information about Backup and DR's Template backup configuration.

Inheritance
object
BackupDrTemplateConfig
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.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class BackupDrTemplateConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FirstPartyManagementUri

Output only. The URI of the BackupDr template resource for the first party identity users.

Declaration
[JsonProperty("firstPartyManagementUri")]
public virtual string FirstPartyManagementUri { get; set; }
Property Value
Type Description
string

ThirdPartyManagementUri

Output only. The URI of the BackupDr template resource for the third party identity users.

Declaration
[JsonProperty("thirdPartyManagementUri")]
public virtual string ThirdPartyManagementUri { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX