Class: Google::Cloud::BareMetalSolution::V2::CreateNfsShareRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::CreateNfsShareRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/baremetalsolution/v2/nfs_share.rb
Overview
Message for creating an NFS share.
Instance Attribute Summary collapse
-
#nfs_share ⇒ ::Google::Cloud::BareMetalSolution::V2::NfsShare
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#nfs_share ⇒ ::Google::Cloud::BareMetalSolution::V2::NfsShare
Returns Required. The NfsShare to create.
227 228 229 230 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/nfs_share.rb', line 227 class CreateNfsShareRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent project and location.
227 228 229 230 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/nfs_share.rb', line 227 class CreateNfsShareRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |