models_v2.recover_nas_volume_as_view_params module

class models_v2.recover_nas_volume_as_view_params.RecoverNASVolumeAsViewParams(view_name=None, qos_policy=None, vlan_config=None)[source]

Bases: object

Implementation of the ‘Recover NAS Volume as View Params.’ model.

Specifies the recovery target configuration if NAS volumes are being recovered as a Cohesity view.

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.