Class BackupDrTemplateConfig
BackupDrTemplateConfig has additional information about Backup and DR's Template backup configuration.
Implements
Inherited Members
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 |