NetApp v1 API - Class ListKmsConfigsResponse (1.3.0)

public sealed class ListKmsConfigsResponse : IMessage<ListKmsConfigsResponse>, IEquatable<ListKmsConfigsResponse>, IDeepCloneable<ListKmsConfigsResponse>, IBufferMessage, IMessage, IPageResponse<KmsConfig>, IEnumerable<KmsConfig>, IEnumerable

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

ListKmsConfigsResponse is the response to a ListKmsConfigsRequest.

Inheritance

object > ListKmsConfigsResponse

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

ListKmsConfigsResponse()

public ListKmsConfigsResponse()

ListKmsConfigsResponse(ListKmsConfigsResponse)

public ListKmsConfigsResponse(ListKmsConfigsResponse other)
Parameter
Name Description
other ListKmsConfigsResponse

Properties

KmsConfigs

public RepeatedField<KmsConfig> KmsConfigs { get; }

The list of KmsConfigs

Property Value
Type Description
RepeatedFieldKmsConfig

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
Type Description
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<KmsConfig> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorKmsConfig