
Fixes RST documents to include list mark up when appropriate. closes: https://github.com/vmware/pyvmomi/issues/76
2.1 KiB
vim.profile.ProfileMetadata
This data object represents the metadata information of a Profile.
- extends
- since
- Attributes:
-
key (str):
Type of the Profile
profileTypeName (str, optional):
Type identifier for the ApplyProfile
description (vim.ExtendedDescription, optional):
Property which describes the profile
sortSpec ([vim.profile.ProfileMetadata.ProfileSortSpec], optional):
Property that determines a sorting order for display purposes. If the list contains more than one sort spec, then the precedence should be determined by the list order (i.e. sort first by the first spec in the list, then sort by the second spec in the list, etc).
profileCategory (str, optional):
Identifies the profile category that this subprofile is a part of. The value of this string should correspond to the key value of a ProfileCategoryMetadata object's key in its id property.
profileComponent (str, optional):
Property indicating that the subprofile described by thisProfileMetadataobject is declared in the profileTypeNames of the specified profile component. The value of this property should correspond to the key value of the ProfileComponentMetadata object's key in its id property. This property should not be present for subprofiles that are not directly declared in the profileTypeNames property of a ProfileComponentMetadata object.