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.
Implements
IMessageInitializeServiceResponse, IEquatableInitializeServiceResponse, IDeepCloneableInitializeServiceResponse, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1Assembly
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 |