public sealed class BackupDrTemplateConfig : IMessage<BackupDrTemplateConfig>, IEquatable<BackupDrTemplateConfig>, IDeepCloneable<BackupDrTemplateConfig>, IBufferMessage, IMessageReference documentation and code samples for the Backup and DR Service v1 API class BackupDrTemplateConfig.
Provides additional information about Google Cloud Backup and DR's Template backup configuration.
Implements
IMessageBackupDrTemplateConfig, IEquatableBackupDrTemplateConfig, IDeepCloneableBackupDrTemplateConfig, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Constructors
BackupDrTemplateConfig()
public BackupDrTemplateConfig()BackupDrTemplateConfig(BackupDrTemplateConfig)
public BackupDrTemplateConfig(BackupDrTemplateConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
BackupDrTemplateConfig |
Properties
FirstPartyManagementUri
public string FirstPartyManagementUri { get; set; }Output only. The URI of the BackupDr template resource for the first party identity users.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ThirdPartyManagementUri
public string ThirdPartyManagementUri { get; set; }Output only. The URI of the BackupDr template resource for the third party identity users.
| Property Value | |
|---|---|
| Type | Description |
string |
|