Home
last modified time | relevance | path

Searched defs:snapshot_id (Results 1 – 25 of 257) sorted by relevance

1234567891011

/dports/misc/py-cinder/cinder-12.0.10/cinder/api/v2/
H A Dsnapshot_metadata.py33 def _get_metadata(self, context, snapshot_id): argument
36 def _get_snapshot_and_metadata(self, context, snapshot_id): argument
42 def index(self, req, snapshot_id): argument
47 def create(self, req, snapshot_id, body): argument
59 def update(self, req, snapshot_id, id, body): argument
79 def update_all(self, req, snapshot_id, body): argument
92 snapshot_id, metadata, argument
111 def show(self, req, snapshot_id, id): argument
122 def delete(self, req, snapshot_id, id): argument
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/pubsub/
H A Dsnapshot.h39 Snapshot(std::string project_id, std::string snapshot_id) in Snapshot()
55 std::string const& snapshot_id() const { return snapshot_id_; } in snapshot_id() function
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/pubsub/
H A Dsnapshot.h39 Snapshot(std::string project_id, std::string snapshot_id) in Snapshot()
55 std::string const& snapshot_id() const { return snapshot_id_; } in snapshot_id() function
/dports/net/py-python-cinderclient/python-cinderclient-7.2.0/cinderclient/v3/
H A Dvolume_backups.py46 snapshot_id=None): argument
67 snapshot_id=None, argument
89 incremental=False, force=False, snapshot_id=None, metadata=None, argument
97 snapshot_id=None, metadata=None, argument
/dports/www/phpmyfaq/phpmyfaq/src/libs/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
H A DDeleteModelSnapshot.php23 protected $snapshot_id; variable in Elasticsearch\\Endpoints\\Ml\\DeleteModelSnapshot
56 public function setSnapshotId($snapshot_id): DeleteModelSnapshot
H A DGetModelSnapshots.php23 protected $snapshot_id; variable in Elasticsearch\\Endpoints\\Ml\\GetModelSnapshots
78 public function setSnapshotId($snapshot_id): GetModelSnapshots
H A DRevertModelSnapshot.php23 protected $snapshot_id; variable in Elasticsearch\\Endpoints\\Ml\\RevertModelSnapshot
68 public function setSnapshotId($snapshot_id): RevertModelSnapshot
H A DUpdateModelSnapshot.php23 protected $snapshot_id; variable in Elasticsearch\\Endpoints\\Ml\\UpdateModelSnapshot
68 public function setSnapshotId($snapshot_id): UpdateModelSnapshot
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/api/contrib/
H A Dtest_snapshot_unmanage.py30 snapshot_id = fake.SNAPSHOT_ID variable
76 def _get_resp(self, snapshot_id): argument
/dports/devel/py-oci/oci-2.53.1/src/oci/database_management/models/
H A Dawr_db_wait_event_summary.py192 def snapshot_id(self): member in AwrDbWaitEventSummary
208 def snapshot_id(self, snapshot_id): member in AwrDbWaitEventSummary
H A Dawr_db_snapshot_summary.py207 def snapshot_id(self): member in AwrDbSnapshotSummary
223 def snapshot_id(self, snapshot_id): argument
H A Dawr_db_parameter_change_summary.py206 def snapshot_id(self): member in AwrDbParameterChangeSummary
222 def snapshot_id(self, snapshot_id): member in AwrDbParameterChangeSummary
/dports/net/py-python-heatclient/python-heatclient-2.4.0/heatclient/v1/
H A Dstacks.py46 def snapshot_show(self, snapshot_id): argument
49 def snapshot_delete(self, snapshot_id): argument
52 def restore(self, snapshot_id): argument
246 def snapshot_show(self, stack_id, snapshot_id): argument
253 def snapshot_delete(self, stack_id, snapshot_id): argument
260 def restore(self, stack_id, snapshot_id): argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/inspector/
H A Dinspector_layer_tree_agent.cc401 String* snapshot_id) { in makeSnapshot()
438 String* snapshot_id) { in loadSnapshot()
467 Response InspectorLayerTreeAgent::releaseSnapshot(const String& snapshot_id) { in releaseSnapshot()
476 const String& snapshot_id, in GetSnapshotById()
485 Response InspectorLayerTreeAgent::replaySnapshot(const String& snapshot_id, in replaySnapshot()
508 const String& snapshot_id, in profileSnapshot()
535 const String& snapshot_id, in snapshotCommandLog()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/inspector/
H A Dinspector_layer_tree_agent.cc414 String* snapshot_id) { in makeSnapshot()
451 String* snapshot_id) { in loadSnapshot()
480 Response InspectorLayerTreeAgent::releaseSnapshot(const String& snapshot_id) { in releaseSnapshot()
489 const String& snapshot_id, in GetSnapshotById()
498 Response InspectorLayerTreeAgent::replaySnapshot(const String& snapshot_id, in replaySnapshot()
521 const String& snapshot_id, in profileSnapshot()
548 const String& snapshot_id, in snapshotCommandLog()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netapp/aws/plugins/modules/
H A Daws_netapp_cvs_snapshots.py180 def rename_snapshot(self, snapshot_id): argument
187 def delete_snapshot(self, snapshot_id): argument
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/disco/
H A Ddisco_api.py121 def snapshotDelete(self, snapshot_id): argument
129 def snapshotDetail(self, snapshot_id): argument
137 def restoreFromSnapshot(self, snapshot_id, volume_name, zone_id, argument
/dports/misc/py-cinder/cinder-12.0.10/cinder/scheduler/flows/
H A Dcreate_volume.py43 def _populate_request_spec(self, volume, snapshot_id, image_id, backup_id): argument
65 def execute(self, context, request_spec, volume, snapshot_id, argument
145 volume=None, snapshot_id=None, image_id=None, backup_id=None): argument
/dports/audio/ampache/ampache-php74-5.0.0/vendor/jwilsson/spotify-web-api-php/tests/fixtures/
H A Dsnapshot-id.json1 { "snapshot_id" : "JbtmHBDBAYu3/bt8BOXKjzKx3i0b6LCa/wVjyl6qQ2Yf6nFXkbmzuEa+ZI/U1yF+" } string
/dports/misc/py-cinder/cinder-12.0.10/api-ref/source/v3/samples/
H A Dvolume-revert-to-snapshot-request.json3 "snapshot_id": "5aa119a8-d25b-45a7-8d1b-88e127885635" string
/dports/net/py-softlayer/SoftLayer-5.9.7/SoftLayer/CLI/file/snapshot/
H A Ddelete.py12 def cli(env, snapshot_id): argument
/dports/net/py-softlayer/SoftLayer-5.9.7/SoftLayer/CLI/block/snapshot/
H A Ddelete.py12 def cli(env, snapshot_id): argument
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/rspotify-0.8.0/src/spotify/model/
H A Dcud_result.rs4 pub snapshot_id: String, field
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/rspotify-0.10.0/src/model/
H A Dcud_result.rs4 pub snapshot_id: String, field
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/api/v2/
H A Dtest_snapshot_metadata.py40 def return_create_snapshot_metadata(context, snapshot_id, metadata, delete): argument
44 def return_create_snapshot_metadata_insensitive(context, snapshot_id, argument
49 def return_new_snapshot_metadata(context, snapshot_id, metadata, delete): argument
81 def return_snapshot(context, snapshot_id): argument
106 def return_snapshot_nonexistent(context, snapshot_id): argument

1234567891011