Reference documentation and code samples for the Cloud Key Management Service (KMS) V1 API class Google::Cloud::Kms::V1::ListSingleTenantHsmInstancesResponse.
Response message for HsmManagement.ListSingleTenantHsmInstances.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String- (::String) — A token to retrieve next page of results. Pass this value in ListSingleTenantHsmInstancesRequest.page_token to retrieve the next page of results.
#next_page_token=
def next_page_token=(value) -> ::String- value (::String) — A token to retrieve next page of results. Pass this value in ListSingleTenantHsmInstancesRequest.page_token to retrieve the next page of results.
- (::String) — A token to retrieve next page of results. Pass this value in ListSingleTenantHsmInstancesRequest.page_token to retrieve the next page of results.
#single_tenant_hsm_instances
def single_tenant_hsm_instances() -> ::Array<::Google::Cloud::Kms::V1::SingleTenantHsmInstance>- (::Array<::Google::Cloud::Kms::V1::SingleTenantHsmInstance>) — The list of SingleTenantHsmInstances.
#single_tenant_hsm_instances=
def single_tenant_hsm_instances=(value) -> ::Array<::Google::Cloud::Kms::V1::SingleTenantHsmInstance>- value (::Array<::Google::Cloud::Kms::V1::SingleTenantHsmInstance>) — The list of SingleTenantHsmInstances.
- (::Array<::Google::Cloud::Kms::V1::SingleTenantHsmInstance>) — The list of SingleTenantHsmInstances.
#total_size
def total_size() -> ::Integer-
(::Integer) — The total number of
SingleTenantHsmInstances
that matched the query.
This field is not populated if ListSingleTenantHsmInstancesRequest.filter is applied.
#total_size=
def total_size=(value) -> ::Integer-
value (::Integer) — The total number of
SingleTenantHsmInstances
that matched the query.
This field is not populated if ListSingleTenantHsmInstancesRequest.filter is applied.
-
(::Integer) — The total number of
SingleTenantHsmInstances
that matched the query.
This field is not populated if ListSingleTenantHsmInstancesRequest.filter is applied.