NetApp v1 API - Class ListKmsConfigsRequest (1.0.0)

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

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

ListKmsConfigsRequest lists KMS Configs.

Inheritance

object > ListKmsConfigsRequest

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

ListKmsConfigsRequest()

public ListKmsConfigsRequest()

ListKmsConfigsRequest(ListKmsConfigsRequest)

public ListKmsConfigsRequest(ListKmsConfigsRequest other)
Parameter
NameDescription
otherListKmsConfigsRequest

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. Parent value

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName