models_v2.view_target_params module

class models_v2.view_target_params.ViewTargetParams(view_name=None, qos_policy=None, vlan_config=None)[source]

Bases: object

Implementation of the ‘ViewTargetParams’ model.

Specifies the params for a Cohesity view recovery target.

Attributes:

view_name (string): Specifies the name of the view. qos_policy (NasQosPolicy): Specifies the QoS policy, which defines the

principal and priority of a NAS recovery.

vlan_config (RecoveryVLANConfig): Specifies the VLAN configuration for

Recovery.

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.