models.vss_writer module

class models.vss_writer.VssWriter(is_writer_excluded=None, writer_name=None)[source]

Bases: object

Implementation of the ‘VssWriter’ model.

Specifies vss writer information about a Physical Protection Source.

Attributes:
is_writer_excluded (bool): If true, the writer will be excluded by

default.

writer_name (string): Specifies the name of the writer.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.