Class: Google::Cloud::BareMetalSolution::V2::GetNfsShareRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::GetNfsShareRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/baremetalsolution/v2/nfs_share.rb
Overview
Message for requesting NFS share information.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the resource.
150 151 152 153 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/nfs_share.rb', line 150 class GetNfsShareRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |