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.
Implements
IMessageListKmsConfigsResponse, IEquatableListKmsConfigsResponse, IDeepCloneableListKmsConfigsResponse, IBufferMessage, IMessage, IPageResponseKmsConfig, IEnumerableKmsConfig, IEnumerableNamespace
Google.Cloud.NetApp.V1Assembly
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 |