Backup and DR Service v1 API - Class BackupDrTemplateConfig (2.7.0)

public sealed class BackupDrTemplateConfig : IMessage<BackupDrTemplateConfig>, IEquatable<BackupDrTemplateConfig>, IDeepCloneable<BackupDrTemplateConfig>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > BackupDrTemplateConfig

Namespace

Google.Cloud.BackupDR.V1

Assembly

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