Google Cloud Key Management Service v1 API - Class ListSingleTenantHsmInstancesResponse (3.21.0)

public sealed class ListSingleTenantHsmInstancesResponse : IMessage<ListSingleTenantHsmInstancesResponse>, IEquatable<ListSingleTenantHsmInstancesResponse>, IDeepCloneable<ListSingleTenantHsmInstancesResponse>, IBufferMessage, IMessage, IPageResponse<SingleTenantHsmInstance>, IEnumerable<SingleTenantHsmInstance>, IEnumerable

Reference documentation and code samples for the Google Cloud Key Management Service v1 API class ListSingleTenantHsmInstancesResponse.

Response message for [HsmManagement.ListSingleTenantHsmInstances][google.cloud.kms.v1.HsmManagement.ListSingleTenantHsmInstances].

Inheritance

object > ListSingleTenantHsmInstancesResponse

Namespace

Google.Cloud.Kms.V1

Assembly

Google.Cloud.Kms.V1.dll

Constructors

ListSingleTenantHsmInstancesResponse()

public ListSingleTenantHsmInstancesResponse()

ListSingleTenantHsmInstancesResponse(ListSingleTenantHsmInstancesResponse)

public ListSingleTenantHsmInstancesResponse(ListSingleTenantHsmInstancesResponse other)
Parameter
Name Description
other ListSingleTenantHsmInstancesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve next page of results. Pass this value in [ListSingleTenantHsmInstancesRequest.page_token][google.cloud.kms.v1.ListSingleTenantHsmInstancesRequest.page_token] to retrieve the next page of results.

Property Value
Type Description
string

SingleTenantHsmInstances

public RepeatedField<SingleTenantHsmInstance> SingleTenantHsmInstances { get; }

The list of [SingleTenantHsmInstances][google.cloud.kms.v1.SingleTenantHsmInstance].

Property Value
Type Description
RepeatedFieldSingleTenantHsmInstance

TotalSize

public int TotalSize { get; set; }

The total number of [SingleTenantHsmInstances][google.cloud.kms.v1.SingleTenantHsmInstance] that matched the query.

This field is not populated if [ListSingleTenantHsmInstancesRequest.filter][google.cloud.kms.v1.ListSingleTenantHsmInstancesRequest.filter] is applied.

Property Value
Type Description
int

Methods

GetEnumerator()

public IEnumerator<SingleTenantHsmInstance> GetEnumerator()

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

Returns
Type Description
IEnumeratorSingleTenantHsmInstance