ComputeSnapshotChangeSpec#

class ComputeSnapshotChangeSpec(snapshot_ext_id=None, base_snapshot_ext_id=None, should_show_relative_path=False, should_use_dfs_namespace=True, *args, **kwargs)#

Bases: object

Compute snapshot change model details.

Parameters:
  • snapshot_ext_id (required) – (snapshot_ext_id) Current snapshot associated with changed files metdata.

  • base_snapshot_ext_id – (base_snapshot_ext_id) Reference snapshot associated with changed files metdata.

  • should_show_relative_path – (should_show_relative_path) If this flag is set to true, the object relative path is returned in GET API response. Otherwise FQDN path is returned by default. (Default False)

  • should_use_dfs_namespace – (should_use_dfs_namespace) If the smb client used for backup operation does not support DFS referral capability set this flag to false. (Default True)

property base_snapshot_ext_id#

Reference snapshot associated with changed files metdata.

Type:

str

property should_show_relative_path#

If this flag is set to true, the object relative path is returned in GET API response. Otherwise FQDN path is returned by default.

Type:

bool

property should_use_dfs_namespace#

If the smb client used for backup operation does not support DFS referral capability set this flag to false.

Type:

bool

property snapshot_ext_id#

Current snapshot associated with changed files metdata.

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model