models.backup_job_proto_remote_view_params_remote_view_params_per_view module¶
-
class
models.backup_job_proto_remote_view_params_remote_view_params_per_view.
BackupJobProto_RemoteViewParams_RemoteViewParamsPerView
(remote_view_name=None, use_same_name_as_source_view=None)[source]¶ Bases:
object
Implementation of the ‘BackupJobProto_RemoteViewParams_RemoteViewParamsPerView’ model.
IP Range for range of vip address addition.
- Attributes:
- remote_view_name (string): If ‘use_same_name_as_source_view’ is false,
below name should be populated.
- use_same_name_as_source_view (bool): Whether remote view name will be
same as the source view name.
-
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.