Class ListSingleTenantHsmInstancesResponse (3.11.0)

ListSingleTenantHsmInstancesResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Response message for HsmManagement.ListSingleTenantHsmInstances.

Attributes

Name Description
single_tenant_hsm_instances MutableSequence[google.cloud.kms_v1.types.SingleTenantHsmInstance]
The list of SingleTenantHsmInstances.
next_page_token str
A token to retrieve next page of results. Pass this value in ListSingleTenantHsmInstancesRequest.page_token to retrieve the next page of results.
total_size int
The total number of SingleTenantHsmInstances that matched the query. This field is not populated if ListSingleTenantHsmInstancesRequest.filter is applied.