Class: Google::Cloud::BareMetalSolution::V2::CreateNfsShareRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#nfs_share::Google::Cloud::BareMetalSolution::V2::NfsShare

Returns Required. The NfsShare to create.

Returns:



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.

Returns:

  • (::String)

    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