Class: Google::Cloud::NetApp::V1::ListKmsConfigsResponse

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

Overview

ListKmsConfigsResponse is the response to a ListKmsConfigsRequest.

Instance Attribute Summary collapse

Instance Attribute Details

#kms_configs::Array<::Google::Cloud::NetApp::V1::KmsConfig>

Returns The list of KmsConfigs.

Returns:



65
66
67
68
# File 'proto_docs/google/cloud/netapp/v1/kms.rb', line 65

class ListKmsConfigsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

Returns A token identifying a page of results the server should return.

Returns:

  • (::String)

    A token identifying a page of results the server should return.



65
66
67
68
# File 'proto_docs/google/cloud/netapp/v1/kms.rb', line 65

class ListKmsConfigsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#unreachable::Array<::String>

Returns Locations that could not be reached.

Returns:

  • (::Array<::String>)

    Locations that could not be reached.



65
66
67
68
# File 'proto_docs/google/cloud/netapp/v1/kms.rb', line 65

class ListKmsConfigsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end