public sealed class ListSingleTenantHsmInstanceProposalsResponse : IMessage<ListSingleTenantHsmInstanceProposalsResponse>, IEquatable<ListSingleTenantHsmInstanceProposalsResponse>, IDeepCloneable<ListSingleTenantHsmInstanceProposalsResponse>, IBufferMessage, IMessage, IPageResponse<SingleTenantHsmInstanceProposal>, IEnumerable<SingleTenantHsmInstanceProposal>, IEnumerableReference documentation and code samples for the Google Cloud Key Management Service v1 API class ListSingleTenantHsmInstanceProposalsResponse.
Response message for [HsmManagement.ListSingleTenantHsmInstanceProposals][google.cloud.kms.v1.HsmManagement.ListSingleTenantHsmInstanceProposals].
Implements
IMessageListSingleTenantHsmInstanceProposalsResponse, IEquatableListSingleTenantHsmInstanceProposalsResponse, IDeepCloneableListSingleTenantHsmInstanceProposalsResponse, IBufferMessage, IMessage, IPageResponseSingleTenantHsmInstanceProposal, IEnumerableSingleTenantHsmInstanceProposal, IEnumerableNamespace
Google.Cloud.Kms.V1Assembly
Google.Cloud.Kms.V1.dll
Constructors
ListSingleTenantHsmInstanceProposalsResponse()
public ListSingleTenantHsmInstanceProposalsResponse()ListSingleTenantHsmInstanceProposalsResponse(ListSingleTenantHsmInstanceProposalsResponse)
public ListSingleTenantHsmInstanceProposalsResponse(ListSingleTenantHsmInstanceProposalsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListSingleTenantHsmInstanceProposalsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A token to retrieve next page of results. Pass this value in [ListSingleTenantHsmInstanceProposalsRequest.page_token][google.cloud.kms.v1.ListSingleTenantHsmInstanceProposalsRequest.page_token] to retrieve the next page of results.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SingleTenantHsmInstanceProposals
public RepeatedField<SingleTenantHsmInstanceProposal> SingleTenantHsmInstanceProposals { get; }The list of [SingleTenantHsmInstanceProposals][google.cloud.kms.v1.SingleTenantHsmInstanceProposal].
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldSingleTenantHsmInstanceProposal |
|
TotalSize
public int TotalSize { get; set; }The total number of [SingleTenantHsmInstanceProposals][google.cloud.kms.v1.SingleTenantHsmInstanceProposal] that matched the query.
This field is not populated if [ListSingleTenantHsmInstanceProposalsRequest.filter][google.cloud.kms.v1.ListSingleTenantHsmInstanceProposalsRequest.filter] is applied.
| Property Value | |
|---|---|
| Type | Description |
int |
|
Methods
GetEnumerator()
public IEnumerator<SingleTenantHsmInstanceProposal> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorSingleTenantHsmInstanceProposal |
|