Esx.Settings.Clusters.Configuration.SettingCompliance.Type
Esx.Settings.Clusters.Configuration.SettingCompliance.Type
The Esx.Settings.Clusters.Configuration.SettingCompliance.Type enumerated type contains the possible data types of the property in drift.
Possible values:
- PRIMITIVE: The property in drift is of primitive data type.
- OBJECT: The property in drift is of type object.
- ARRAY_OF_OBJECTS: The property in drift is of array of object data type.
- REFERENCE: The drift is in reference configuration.
- ARRAY_OF_PRIMITIVES: The property in drift is of array of primitive data type.
This enumeration was added in vSphere API 9.0.0.0.
This data structure has no properties.
Enumeration:
PRIMITIVE,
OBJECT,
ARRAY_OF_OBJECTS,
REFERENCE,
ARRAY_OF_PRIMITIVES,