NetApp v1 API - Class ListBackupVaultsRequest (1.0.0)

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

Reference documentation and code samples for the NetApp v1 API class ListBackupVaultsRequest.

ListBackupVaultsRequest lists backupVaults.

Inheritance

object > ListBackupVaultsRequest

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

ListBackupVaultsRequest()

public ListBackupVaultsRequest()

ListBackupVaultsRequest(ListBackupVaultsRequest)

public ListBackupVaultsRequest(ListBackupVaultsRequest other)
Parameter
NameDescription
otherListBackupVaultsRequest

Properties

Filter

public string Filter { get; set; }

List filter.

Property Value
TypeDescription
string

OrderBy

public string OrderBy { get; set; }

Sort results. Supported values are "name", "name desc" or "" (unsorted).

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

The maximum number of items to return.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName