Previous Topic: SetSoftwarePolicyPropertiesNext Topic: SetSoftwarePolicyPropertiesByName


SetSoftwarePolicyProperties3

The SetSoftwarePolicyProperties3 sequence of elements specifies the software policy properties that you need to set.

xsd:string policyName

Specifies the new name of the software policy that you must update.

xsd:boolean policyNameSupplied (m)

Specifies true or false depending on whether the policyName parameter is supplied.

xsd:string comment

Specifies a new comment string for the software policy.

xsd:boolean commentSupplied (m)

Specifies true or false depending on whether the comment parameter is supplied.

xsd:long priority

Specifies the priority of the container that can range from 1 (highest) to 10 (lowest).

xsd:boolean prioritySupplied

Specifies true or false depending on whether the priority parameter is supplied.

xsd:string unitGroupId

Specifies the UUID of the group that is associated with the policy. You can provide the UUID of an existing unit group or a NULL string. If you provide a NULL string, the software policy, if already associated with a unit group, is disassociated from the unit group.

xsd:boolean unitGroupIdSupplied (m)

Specifies true or false depending on whether the unitGroupId parameter is supplied.

CreateSoftwareJobLinkage createSoftwareJobLinkage

Sets the software job linkage related properties.

xsd:boolean createSoftwareJobLinkageSupplied (m)

Specifies true or false depending on whether the createSoftwareJobLinkage parameter is supplied.

SoftwarePolicyEvaluationType softwarePolicyEvaluationType

Specifies the type of evaluation that is done when the policy is applied to the group.

xsd:boolean softwarePolicyEvaluationTypeSupplied (m)

Specifies true or false depending on whether the softwarePolicyEvaluationType parameter is supplied.

DateTime nextEvaluationDate

Specifies the date and time for the next evaluation. The default value is actual time.

xsd:boolean nextEvaluationDateSupplied (m)

Specifies true or false depending on whether the nextEvaluationDate parameter is supplied.

xsd:long evaluationPeriod

Specifies the period of evaluation in hours.

xsd:boolean evaluationPeriodSupplied (m)

Specifies true or false depending on whether the evaluationPeriod parameter is supplied.

xsd:boolean enterpriseTime

(If set to true) Specifies that the time specifications are based on the enterprise manager time.

xsd:boolean enterpriseTimeSupplied (m)

Specifies true or false depending on whether the enterpriseTime parameter is supplied.

xsd:string evaluationCalendar

Specifies the name of the calendar that controls the time when the evaluation can take place. To activate evaluationCalendar, you also need to specify evaluationPeriod.

xsd:boolean evaluationCalendarSupplied (m)

Specifies true or false depending on whether the evaluationCalendar parameter is supplied.

AdhocTargetEvaluation adhocTargetEvaluation

Specifies the type of target evaluation. The target evaluation is triggered when agents report inventory to the manager.

xsd:boolean adhocTargetEvaluationSupplied (m)

Specifies true or false depending on whether the adhocTargetEvaluation parameter is supplied.

xsd:boolean regenerate

Regenerates the evaluation type. This parameter is considered only if evaluationType is SP_SETUPJOBS or SP_SETUPANDEXECUTEJOBS.

xsd:boolean regenerateSupplied (m)

Specifies true or false depending on whether the regenerate parameter is supplied.

SoftwarePolicyEvaluationPeriodType softwarePolicyEvaluationPeriodType

(Optional) Specifies whether to evaluate the software policy once or periodically. If the policy is evaluated periodically, the evaluation is done based on the evaluation period set. The default value is once.

xsd:boolean softwarePolicyEvaluationPeriodTypeSupplied (m)

Specifies true or false depending on whether the softwarePolicyEvaluationPeriodType parameter is supplied.

xsd:boolean evaluateDynamicGroups

Specifies that the dynamic groups are evaluated during evaluation of the software policy if the value is set to true. The default value is false.

xsd:boolean evaluateDynamicGroupsSupplied

Specifies true or false depending on whether the evaluateDynamicGroups parameter is supplied.

xsd:string userMessage

Specifies the custom administrator message.

Xsd:int userMessageSupplied

Checks whether or not the custom administrator message is supplied.

Remarks

None