models.restore_ad_guid_pair module¶
-
class
models.restore_ad_guid_pair.
RestoreAdGuidPair
(destination=None, source=None)[source]¶ Bases:
object
Implementation of the ‘RestoreAdGuidPair’ model.
RestoreAdGuidPair is the AD object guid string pair.
- Attributes:
- destination (string): Specifies the destination guid in production AD
object corresponding to source. If empty, it assumed to be ‘source’ guid.
- source (string): Specifies the source guid string of an AD object in
mounted AD snapshot. This cannot be empty.
-
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.