public sealed class ListSingleTenantHsmInstanceProposalsRequest : IMessage<ListSingleTenantHsmInstanceProposalsRequest>, IEquatable<ListSingleTenantHsmInstanceProposalsRequest>, IDeepCloneable<ListSingleTenantHsmInstanceProposalsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Google Cloud Key Management Service v1 API class ListSingleTenantHsmInstanceProposalsRequest.
Request message for [HsmManagement.ListSingleTenantHsmInstanceProposals][google.cloud.kms.v1.HsmManagement.ListSingleTenantHsmInstanceProposals].
Implements
IMessageListSingleTenantHsmInstanceProposalsRequest, IEquatableListSingleTenantHsmInstanceProposalsRequest, IDeepCloneableListSingleTenantHsmInstanceProposalsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Kms.V1Assembly
Google.Cloud.Kms.V1.dll
Constructors
ListSingleTenantHsmInstanceProposalsRequest()
public ListSingleTenantHsmInstanceProposalsRequest()ListSingleTenantHsmInstanceProposalsRequest(ListSingleTenantHsmInstanceProposalsRequest)
public ListSingleTenantHsmInstanceProposalsRequest(ListSingleTenantHsmInstanceProposalsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListSingleTenantHsmInstanceProposalsRequest |
Properties
Filter
public string Filter { get; set; }Optional. Only include resources that match the filter in the response. For more information, see Sorting and filtering list results.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OrderBy
public string OrderBy { get; set; }Optional. Specify how the results should be sorted. If not specified, the results will be sorted in the default order. For more information, see Sorting and filtering list results.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Optional. Optional limit on the number of [SingleTenantHsmInstanceProposals][google.cloud.kms.v1.SingleTenantHsmInstanceProposal] to include in the response. Further [SingleTenantHsmInstanceProposals][google.cloud.kms.v1.SingleTenantHsmInstanceProposal] can subsequently be obtained by including the [ListSingleTenantHsmInstanceProposalsResponse.next_page_token][google.cloud.kms.v1.ListSingleTenantHsmInstanceProposalsResponse.next_page_token] in a subsequent request. If unspecified, the server will pick an appropriate default.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. Optional pagination token, returned earlier via [ListSingleTenantHsmInstanceProposalsResponse.next_page_token][google.cloud.kms.v1.ListSingleTenantHsmInstanceProposalsResponse.next_page_token].
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The resource name of the single tenant HSM instance associated
with the
[SingleTenantHsmInstanceProposals][google.cloud.kms.v1.SingleTenantHsmInstanceProposal]
to list, in the format projects/*/locations/*/singleTenantHsmInstances/*.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsSingleTenantHsmInstanceName
public SingleTenantHsmInstanceName ParentAsSingleTenantHsmInstanceName { get; set; }SingleTenantHsmInstanceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
SingleTenantHsmInstanceName |
|
ShowDeleted
public bool ShowDeleted { get; set; }Optional. If set to true, [HsmManagement.ListSingleTenantHsmInstanceProposals][google.cloud.kms.v1.HsmManagement.ListSingleTenantHsmInstanceProposals] will also return [SingleTenantHsmInstanceProposals][google.cloud.kms.v1.SingleTenantHsmInstanceProposal] in DELETED state.
| Property Value | |
|---|---|
| Type | Description |
bool |
|