Class: Google::Cloud::Filestore::V1::RevertInstanceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Filestore::V1::RevertInstanceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb
Overview
RevertInstanceRequest reverts the given instance's file share to the specified snapshot.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#target_snapshot_id ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required.
projects/{project_id}/locations/{location_id}/instances/{instance_id}
.
The resource name of the instance, in the format.
406 407 408 409 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 406 class RevertInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_snapshot_id ⇒ ::String
Returns Required. The snapshot resource ID, in the format 'my-snapshot', where the
specified ID is the {snapshot_id} of the fully qualified name like
projects/{project_id}/locations/{location_id}/instances/{instance_id}/snapshots/{snapshot_id}
.
406 407 408 409 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 406 class RevertInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |