public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class GetBackupRequest.
GetBackupRequest gets the state of a backup.
Implements
IMessageGetBackupRequest, IEquatableGetBackupRequest, IDeepCloneableGetBackupRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetApp.V1Assembly
Google.Cloud.NetApp.V1.dll
Constructors
GetBackupRequest()
public GetBackupRequest()
GetBackupRequest(GetBackupRequest)
public GetBackupRequest(GetBackupRequest other)
Parameter | |
---|---|
Name | Description |
other | GetBackupRequest |
Properties
BackupName
public BackupName BackupName { get; set; }
BackupName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
BackupName |
Name
public string Name { get; set; }
Required. The backup resource name, in the format
projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}
Property Value | |
---|---|
Type | Description |
string |