Class: Google::Cloud::Kms::V1::ListSingleTenantHsmInstancesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/kms/v1/hsm_management.rb

Overview

Instance Attribute Summary collapse

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.

Returns:



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.

Returns:



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