Previous Topic: CreateSoftwarePolicyPropertiesNext Topic: CreateUnitGroupProperties


CreateSoftwarePolicyProperties3

The CreateSoftwarePolicyProperties3 sequence of elements specifies which software policy properties are to be initialized when a software policy is created.

xsd:string policyName (m)

Specifies the name of policy to be created.

xsd:string comment

Specifies the comment to be set for the policy.

xsd:boolean commentSupplied (m)

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

xsd:long priority

Specifies the priority that can range from 1 (highest) to 10 (lowest). If no value is provided, the default value, 5, is used.

xsd:long prioritySupplied (m)

Specifies true or false depending on whether the priority 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 the evaluation that is performed when the policy is applied to the group. The default value is SP_ POPULATEEXCEPTIONS.

xsd:boolean softwarePolicyEvaluationTypeSupplied (m)

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

SoftwarePolicyEvaluationPeriodType softwarePolicyEvaluationPeriodType

Specifies whether to evaluate the software policy once or periodically. If you decide to evaluate the policy 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.

DateTime nextEvaluationDate

Specifies the date and time for the next evaluation. The default value is the current date and time on the manager computer.

xsd:boolean nextEvaluationDateSupplied (m)

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

xsd:long evaluationPeriod

Specifies the period of the evaluation in hours. The default value is 1440 minutes or 24 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. By default, the parameter is set to false.

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 a evaluationCalendar you must specify "evaluationPeriod". The default value is an empty string.

xsd:boolean evaluationCalendarSupplied (m)

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

AdhocTargetEvaluation adhocTargetEvaluation

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

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 applicable only if evaluationType is SP_SETUPJOBS or SP_SETUPANDEXECUTEJOBS. The default value is true.

xsd:boolean regenerateSupplied (m)

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

xsd:boolean evaluateDynamicGroups

(Optional) Evaluates the dynamic groups while evaluating the software policy provided the value is set to true. The default value is false.

xsd:boolean evaluateDynamicGroupsSupplied (m)

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

xsd:string userMessage

Specifies the custom administrator message.

userMessageSupplied

Checks whether or not the custom administrator message is supplied.

Remarks

None