Freigeben über


MSiSCSI_LB_Operations WMI-Klasse

Die MSiSCSI_LB_Operations WMI-Klasse enthält Methoden zum Festlegen und Abrufen der Lastenausgleichsrichtlinien. Diese Klasse wird in Mgmt.mof wie folgt definiert.

class MSiSCSI_LB_Operations {

    [key, read]
    string InstanceName;

    [read] 
    boolean Active;

    //
    // Method to set load balance policy for the iSCSI Initiator
    //
    [WmiMethodId(10),
     Implemented,
     Description("Sets Load Balance Policy for the iSCSI Initiator") : amended,
     cpp_quote(
       "//\n"
       "// SetLoadBalancePolicy instructs the iSCSI Initiator what Load Balance\n"
       "// policy to use.\n"
       "//\n"
              )            
    ]
    void SetLoadBalancePolicy(
        [in,
         Description("New Load Balance policy to be set")
        ] ISCSI_Supported_LB_Policies LoadBalancePolicies,

        [out,
         Description("Status of the operation")
        ] uint32 Status
    );
};

Wenn die WMI-Toolsuite die vorherige Klassendefinition kompiliert, erzeugt sie eine der MSiSCSI_LB_Operations Datenstrukturen.