models_v2.object_type_v_center_params module¶
-
class
models_v2.object_type_v_center_params.
ObjectTypeVCenterParams
(is_cloud_env=None)[source]¶ Bases:
object
Implementation of the ‘Object Type VCenter Params’ model.
TODO: type model description here.
- Attributes:
- is_cloud_env (bool): Specifies that registered vCenter source is a VMC
(VMware Cloud) environment or not.
-
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.