Data model, Zoning behavior details – Brocade Network Advisor SMI Agent Developers Guide v12.3.0 User Manual

Page 42

Advertising
background image

26

Brocade Network Advisor SMI Agent Developer’s Guide

53-1003159-01

Fabric profile

3

Data model

Figure 11

shows the classes and properties of the Job control subprofile.

FIGURE 11

Job control subprofile for zoning

Zoning behavior details

Only SessionControlWithJob on a commit operation returns a Brocade_ConcreteJob instance.
Start and abort operations are not asynchronous.

For SessionControlWithJob and ActivateZoneSetWithJob, the affected ManagedElement is the
Brocade_ZoneService whose SessionState and checksums are affected.

Once a job is started and is in progress, its PercentComplete property always indicate 50
percent till job complete, at which time it will indicate 100 percent.

The DeleteOnCompletion property is always set to false, indicating that all jobs, failed or
completed must be deleted explicitly by the CIMClient using the deleteInstance intrinsic
method. Otherwise, they will continue to exist in the Completed state.

Because there is no automatic deletion of completed jobs by the Brocade Network Advisor SMI
Agent, the TimeBeforeRemoval property is not applicable and is always set to zero.

If a completed job is not deleted and a new job for the same operation on the same target is
started, the new job replaces the old job. The old job is permanently deleted.

Advertising