Dell.OperationsLibrary.Common.ImportMethod (SchemaType)

Element properties:

AccessibilityPublic
CommentUsed for Upgrade/Import Monitoring Features

Source Code:

<SchemaType ID="Dell.OperationsLibrary.Common.ImportMethod" Comment="Used for Upgrade/Import Monitoring Features" Accessibility="Public">
<xsd:simpleType name="UpgradeOptions">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Import"/>
<xsd:enumeration value="Upgrade"/>
<xsd:enumeration value="Import/Upgrade"/>
<xsd:enumeration value="Force Upgrade"/>
<xsd:enumeration value="Remove"/>
<xsd:enumeration value="Force Remove"/>
<xsd:enumeration value="InfoAlertsOn"/>
<xsd:enumeration value="InfoAlertsOff"/>
<xsd:enumeration value="SPM"/>
</xsd:restriction>
</xsd:simpleType>
</SchemaType>