MountTargetCloneSpec#

class MountTargetCloneSpec(name=None, description=None, snapshot_ext_id=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)#

Bases: ExternalizableAbstractModel

Clone mount target model

Parameters:
  • name (required min=1 chars, max=80 chars) – (name) Mount target name.

  • description (max=180 chars) – (description) Mount target description.

  • snapshot_ext_id – (snapshot_ext_id) The external identifier of the snapshot. Example:48f78959-14a6-4c47-b5db-920460c4b668

property description#

Mount target description.

Type:

str

property name#

Mount target name.

Type:

str

property snapshot_ext_id#

The external identifier of the snapshot. Example:48f78959-14a6-4c47-b5db-920460c4b668

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model