public sealed class ListBackupVaultsRequest : IMessage<ListBackupVaultsRequest>, IEquatable<ListBackupVaultsRequest>, IDeepCloneable<ListBackupVaultsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the NetApp v1 API class ListBackupVaultsRequest.
ListBackupVaultsRequest lists backupVaults.
Implements
IMessageListBackupVaultsRequest, IEquatableListBackupVaultsRequest, IDeepCloneableListBackupVaultsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.NetApp.V1Assembly
Google.Cloud.NetApp.V1.dll
Constructors
ListBackupVaultsRequest()
public ListBackupVaultsRequest()ListBackupVaultsRequest(ListBackupVaultsRequest)
public ListBackupVaultsRequest(ListBackupVaultsRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | ListBackupVaultsRequest | 
Properties
Filter
public string Filter { get; set; }List filter.
| Property Value | |
|---|---|
| Type | Description | 
| string | |
OrderBy
public string OrderBy { get; set; }Sort results. Supported values are "name", "name desc" or "" (unsorted).
| Property Value | |
|---|---|
| Type | Description | 
| string | |
PageSize
public int PageSize { get; set; }The maximum number of items to return.
| Property Value | |
|---|---|
| Type | Description | 
| int | |
PageToken
public string PageToken { get; set; }The next_page_token value to use if there are additional results to retrieve for this list request.
| Property Value | |
|---|---|
| Type | Description | 
| string | |
Parent
public string Parent { get; set; }Required. The location for which to retrieve backupVault information,
in the format
projects/{project_id}/locations/{location}.
| 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 | |