module Elasticsearch::API::SnapshotLifecycleManagement

Public Instance Methods

snapshot_lifecycle_management() click to toggle source

Proxy method for {SnapshotLifecycleManagementClient}, available in the receiving object

# File lib/elasticsearch/api/namespace/snapshot_lifecycle_management.rb, line 31
def snapshot_lifecycle_management
  @snapshot_lifecycle_management ||= SnapshotLifecycleManagementClient.new(self)
end
Also aliased as: slm