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. The resource name of the instance, in the format
projects/{project_id}/locations/{location_id}/instances/{instance_id}
.
630 631 632 633 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 630 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}
.
630 631 632 633 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 630 class RevertInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |