models_v2.vcd_additional_params module¶
-
class
models_v2.vcd_additional_params.
VCDAdditionalParams
(vcenter_info_list=None)[source]¶ Bases:
object
Implementation of the ‘VCD Additional Params.’ model.
Additional params for VCD protection source.
- Attributes:
- vcenter_info_list (list of VCDVCenterInfo): Specifies the list of
vCenters associated with this VCD protection source.
-
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.