CreateSnapshotRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
CreateSnapshotRequest creates a snapshot.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The Filestore Instance to create the snapshots of, in the format projects/{project_id}/locations/{location}/instances/{instance_id}
|
snapshot_id |
str
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. |
snapshot |
google.cloud.filestore_v1.types.Snapshot
Required. A snapshot resource. |