Backup and DR Service v1 API - Class InitializeServiceResponse (2.1.0)

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

Reference documentation and code samples for the Backup and DR Service v1 API class InitializeServiceResponse.

Response message for initializing the service.

Inheritance

object > InitializeServiceResponse

Namespace

Google.Cloud.BackupDR.V1

Assembly

Google.Cloud.BackupDR.V1.dll

Constructors

InitializeServiceResponse()

public InitializeServiceResponse()

InitializeServiceResponse(InitializeServiceResponse)

public InitializeServiceResponse(InitializeServiceResponse other)
Parameter
Name Description
other InitializeServiceResponse

Properties

BackupPlanName

public string BackupPlanName { get; set; }

The resource name of the default BackupPlan created. Format: projects/{project_id}/locations/{location}/backupPlans/{backup_plan_id}.

Property Value
Type Description
string

BackupVaultName

public string BackupVaultName { get; set; }

The resource name of the default BackupVault created. Format: projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}.

Property Value
Type Description
string