Backup and DR Service v1 API - Class FetchUsableBackupVaultsRequest (1.2.0)

public sealed class FetchUsableBackupVaultsRequest : IPageRequest, IMessage<FetchUsableBackupVaultsRequest>, IEquatable<FetchUsableBackupVaultsRequest>, IDeepCloneable<FetchUsableBackupVaultsRequest>, IBufferMessage, IMessage

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

Request message for fetching usable BackupVaults.

Inheritance

object > FetchUsableBackupVaultsRequest

Namespace

Google.Cloud.BackupDR.V1

Assembly

Google.Cloud.BackupDR.V1.dll

Constructors

FetchUsableBackupVaultsRequest()

public FetchUsableBackupVaultsRequest()

FetchUsableBackupVaultsRequest(FetchUsableBackupVaultsRequest)

public FetchUsableBackupVaultsRequest(FetchUsableBackupVaultsRequest other)
Parameter
Name Description
other FetchUsableBackupVaultsRequest

Properties

Filter

public string Filter { get; set; }

Optional. Filtering results.

Property Value
Type Description
string

OrderBy

public string OrderBy { get; set; }

Optional. Hint for how to order the results.

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. A token identifying a page of results the server should return.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The project and location for which to retrieve backupvault stores information, in the format 'projects/{project_id}/locations/{location}'. In Cloud Backup and DR, locations map to Google Cloud regions, for example us-central1. To retrieve backupvault stores for all locations, use "-" for the '{location}' value.

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName