Class: Google::Cloud::BareMetalSolution::V2::ListNfsSharesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::ListNfsSharesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/baremetalsolution/v2/nfs_share.rb
Overview
Response message containing the list of NFS shares.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token identifying a page of results from the server.
-
#nfs_shares ⇒ ::Array<::Google::Cloud::BareMetalSolution::V2::NfsShare>
The list of NFS shares.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token identifying a page of results from the server.
184 185 186 187 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/nfs_share.rb', line 184 class ListNfsSharesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#nfs_shares ⇒ ::Array<::Google::Cloud::BareMetalSolution::V2::NfsShare>
Returns The list of NFS shares.
184 185 186 187 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/nfs_share.rb', line 184 class ListNfsSharesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
184 185 186 187 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/nfs_share.rb', line 184 class ListNfsSharesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |