github.com/vmware/go-vcloud-director/v2@v2.24.0/.changes/v2.21.0/584-features.md (about) 1 * Added RDE Defined Interface Behaviors support with methods `DefinedInterface.AddBehavior`, `DefinedInterface.GetAllBehaviors`, 2 `DefinedInterface.GetBehaviorById` `DefinedInterface.GetBehaviorByName`, `DefinedInterface.UpdateBehavior` and 3 `DefinedInterface.DeleteBehavior` [GH-584] 4 * Added RDE Defined Entity Type Behaviors support with methods `DefinedEntityType.GetAllBehaviors`, 5 `DefinedEntityType.GetBehaviorById` `DefinedEntityType.GetBehaviorByName`, `DefinedEntityType.UpdateBehaviorOverride` and 6 `DefinedEntityType.DeleteBehaviorOverride` [GH-584] 7 * Added RDE Defined Entity Type Behavior Access Controls support with methods `DefinedEntityType.GetAllBehaviorsAccessControls` and 8 `DefinedEntityType.SetBehaviorAccessControls` [GH-584] 9 * Added method to invoke Behaviors on Defined Entities `DefinedEntity.InvokeBehavior` and `DefinedEntity.InvokeBehaviorAndMarshal` [GH-584]