Class: Google::Cloud::Kms::V1::ListSingleTenantHsmInstancesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::ListSingleTenantHsmInstancesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/v1/hsm_management.rb
Overview
Response message for HsmManagement.ListSingleTenantHsmInstances.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
-
#single_tenant_hsm_instances ⇒ ::Array<::Google::Cloud::Kms::V1::SingleTenantHsmInstance>
The list of SingleTenantHsmInstances.
-
#total_size ⇒ ::Integer
The total number of SingleTenantHsmInstances that matched the query.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to retrieve next page of results. Pass this value in ListSingleTenantHsmInstancesRequest.page_token to retrieve the next page of results.
612 613 614 615 |
# File 'proto_docs/google/cloud/kms/v1/hsm_management.rb', line 612 class ListSingleTenantHsmInstancesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#single_tenant_hsm_instances ⇒ ::Array<::Google::Cloud::Kms::V1::SingleTenantHsmInstance>
Returns The list of SingleTenantHsmInstances.
612 613 614 615 |
# File 'proto_docs/google/cloud/kms/v1/hsm_management.rb', line 612 class ListSingleTenantHsmInstancesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_size ⇒ ::Integer
Returns The total number of SingleTenantHsmInstances that matched the query.
This field is not populated if ListSingleTenantHsmInstancesRequest.filter is applied.
612 613 614 615 |
# File 'proto_docs/google/cloud/kms/v1/hsm_management.rb', line 612 class ListSingleTenantHsmInstancesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |