xenadmin/XenModel/Actions/Network
Konstantina Chremmou 84d0a2b8ae Bad application of the code reusability principle in VMDestroyAction.
Destroying a VM does not disrupt the connection, hence the use of the BestEffort
method is not warranted. After this correction, BestEffort is only used in the
DestroyedBondAction, hence I removed it completely and replaced it with simpler
exception handling in the latter class's Run method.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2020-12-03 14:56:11 +00:00
..
ChangeNetworkingAction.cs CP-26866: Add a specific warning when creating a bond on cluster network 2018-05-23 16:47:59 +01:00
CreateBondAction.cs Normalisation and internationalisation for exceptions thrown when failing to resolve objects in the cache. 2018-04-23 09:54:48 +01:00
CreateChinAction.cs Converted all extension get properties of the API classes to methods in order to 2017-09-03 03:35:30 +01:00
CreateSriovAction.cs CA-289618: Clear the created network after enabling SR-IOV failed 2018-06-04 12:06:40 +01:00
DestroyBondAction.cs Bad application of the code reusability principle in VMDestroyAction. 2020-12-03 14:56:11 +00:00
NetworkAction.cs Do not initialise a logger if a class does not use it. 2019-11-13 12:31:44 +00:00
NetworkingActionHelpers.cs New bindings (includes CP-29452, CA-75634, CA-280976). 2020-02-14 14:43:22 +00:00
RescanPIFsAction.cs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
SetSecondaryManagementPurposeAction.cs CA-289189: Fix copyright build failure 2018-09-13 10:01:30 +01:00
UnplugPlugNetworkAction.cs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00