Class: Google::Cloud::Filestore::V1::CreateSnapshotRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Filestore::V1::CreateSnapshotRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb
Overview
CreateSnapshotRequest creates a snapshot.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#snapshot ⇒ ::Google::Cloud::Filestore::V1::Snapshot
Required.
-
#snapshot_id ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The Filestore Instance to create the snapshots of, in the format
projects/{project_id}/locations/{location}/instances/{instance_id}
.
539 540 541 542 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 539 class CreateSnapshotRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#snapshot ⇒ ::Google::Cloud::Filestore::V1::Snapshot
Returns Required. A snapshot resource.
539 540 541 542 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 539 class CreateSnapshotRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#snapshot_id ⇒ ::String
Returns Required. The ID to use for the snapshot. The ID must be unique within the specified instance.
This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.
539 540 541 542 |
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 539 class CreateSnapshotRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |