> > ## > > # @RngProperties: > > # > > @@ -911,6 +926,7 @@ > > ## > > { 'enum': 'ObjectType', > > 'data': [ > > + 'acpi-generic-initiator', > > 'authz-list', > > 'authz-listfile', > > 'authz-pam', > > @@ -981,6 +997,7 @@ > > 'id': 'str' }, > > 'discriminator': 'qom-type', > > 'data': { > > + 'acpi-generic-initiator': 'AcpiGenericInitiatorProperties', > > 'authz-list': 'AuthZListProperties', > > 'authz-listfile': 'AuthZListFileProperties', > > 'authz-pam': 'AuthZPAMProperties', > > Jonathan, you pointed out interface design issues in your review of v2. > Are you fully satisfied with the interface in v3?
Yes. I'm fine with the interface in this version (though it's v7, so I'm lost on v2 vs v3!) Jonathan >