// Initialize the network group policies.
for (String policyName : configuration
.listNetworkGroupQOSPolicies())
{
QOSPolicyCfg policyConfiguration =
configuration.getNetworkGroupQOSPolicy(policyName);
networkGroup.createNetworkGroupQOSPolicy(policyConfiguration);
}
// Register the root DSE workflow with the network group.