[
https://issues.apache.org/jira/browse/CLOUDSTACK-9294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15297963#comment-15297963
]
ASF GitHub Bot commented on CLOUDSTACK-9294:
--------------------------------------------
Github user koushik-das commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/1494#discussion_r64358114
--- Diff:
plugins/network-elements/nuage-vsp/src/com/cloud/agent/api/element/ApplyAclRuleVspCommand.java
---
@@ -19,173 +19,43 @@
package com.cloud.agent.api.element;
-import com.cloud.agent.api.CmdBuilder;
import com.cloud.agent.api.Command;
+import net.nuage.vsp.acs.client.api.model.VspAclRule;
+import net.nuage.vsp.acs.client.api.model.VspNetwork;
import java.util.List;
-import java.util.Map;
public class ApplyAclRuleVspCommand extends Command {
- private final boolean _networkAcl;
- private final String _networkUuid;
- private final String _networkDomainUuid;
- private final String _vpcOrSubnetUuid;
- private final String _networkName;
- private final boolean _isL2Network;
- private final List<Map<String, Object>> _aclRules;
- private final long _networkId;
- private final boolean _egressDefaultPolicy;
- private final Boolean _acsIngressAcl;
+ private final VspAclRule.ACLType _aclType;
+ private final VspNetwork _network;
+ private final List<VspAclRule> _aclRules;
--- End diff --
I am assuming that VspNetwork, VspAclRule etc. are all serialisable.
> Nuage Plugin : VR doesn't get removed from the VSD when destroying a VPC
> ------------------------------------------------------------------------
>
> Key: CLOUDSTACK-9294
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9294
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Third-Party Bugs
> Reporter: Nick Livens
> Assignee: Nick Livens
> Fix For: 4.9.0
>
>
> When destroying a VPC, the VR doesn't get removed from the VSD
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)