public sealed class ListKmsConfigsRequest : IMessage<ListKmsConfigsRequest>, IEquatable<ListKmsConfigsRequest>, IDeepCloneable<ListKmsConfigsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the NetApp v1 API class ListKmsConfigsRequest.
ListKmsConfigsRequest lists KMS Configs.
Implements
IMessageListKmsConfigsRequest, IEquatableListKmsConfigsRequest, IDeepCloneableListKmsConfigsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.NetApp.V1Assembly
Google.Cloud.NetApp.V1.dll
Constructors
ListKmsConfigsRequest()
public ListKmsConfigsRequest()ListKmsConfigsRequest(ListKmsConfigsRequest)
public ListKmsConfigsRequest(ListKmsConfigsRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | ListKmsConfigsRequest | 
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. Parent 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 | |