Class: Google::Cloud::BareMetalSolution::V2::RenameNfsShareRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::RenameNfsShareRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/baremetalsolution/v2/nfs_share.rb
Overview
Message requesting rename of a server.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#new_nfsshare_id ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name
field is used to identify the nfsshare.
Format: projects/{project}/locations/{location}/nfsshares/{nfsshare}.
215 216 217 218 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/nfs_share.rb', line 215 class RenameNfsShareRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#new_nfsshare_id ⇒ ::String
Returns Required. The new id
of the nfsshare.
215 216 217 218 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/nfs_share.rb', line 215 class RenameNfsShareRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |