models.view_box_pair_info module

class models.view_box_pair_info.ViewBoxPairInfo(local_view_box_id=None, local_view_box_name=None, remote_view_box_id=None, remote_view_box_name=None)[source]

Bases: object

Implementation of the ‘ViewBoxPairInfo’ model.

Specifies a pairing between a Storage Domain (View Box) on local Cluster with a Storage Domain (View Box) on a remote Cluster. When replication is configured between a local Cluster and a remote Cluster, the Snapshots are replicated from the specified Storage Domain (View Box) on the local Cluster to the Storage Domain (View Box) on the remote Cluster. See the online help for details about the supported Storage Domains (View Box) pairings between Clusters.

Attributes:
local_view_box_id (long|int): Specifies the id of the Storage Domain

(View Box) on the local Cluster.

local_view_box_name (string): Specifies the name of the Storage Domain

(View Box) on the local Cluster.

remote_view_box_id (long|int): Specifies the id of the Storage Domain

(View Box) on the remote Cluster.

remote_view_box_name (string): Specifies the name of the Storage

Domain (View Box) on the remote Cluster.

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.