cterasdk.edge.dedup module#

class cterasdk.edge.dedup.Dedup(edge)#

Bases: BaseCommand

Edge Filer Local Deduplication APIs

disable(reboot=False, wait=False)#

Disable local deduplication

Parameters:
  • reboot (bool) – Reboot, defaults to False

  • wait (bool,optional) – Wait for reboot to complete, defaults to False

enable(reboot=False, wait=False)#

Enable local deduplication

Parameters:
  • reboot (bool) – Reboot, defaults to False

  • wait (bool,optional) – Wait for reboot to complete, defaults to False

status()#

Get the de-duplication status

Returns:

An object including the deduplication status

Return type:

cterasdk.edge.types.DeduplicationStatus

class cterasdk.edge.dedup.Regeneration(edge)#

Bases: BaseCommand

Edge Filer Local Deduplication Regeneration APIs

run()#

Run the regeneration process

status()#

Get the regeneration process statistics