Class: Google::Cloud::Filestore::V1::CreateSnapshotRequest

Inherits:
Object
  • Object
show all
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

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}.

Returns:

  • (::String)

    Required. The Filestore Instance to create the snapshots of, in the format projects/{project_id}/locations/{location}/instances/{instance_id}



505
506
507
508
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 505

class CreateSnapshotRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#snapshot::Google::Cloud::Filestore::V1::Snapshot

Returns Required. A snapshot resource.

Returns:



505
506
507
508
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 505

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.

Returns:

  • (::String)

    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.



505
506
507
508
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 505

class CreateSnapshotRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end