We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e554f commit 14b4f9eCopy full SHA for 14b4f9e
api/src/main/java/org/apache/cloudstack/api/response/NetworkResponse.java
@@ -28,12 +28,11 @@
28
import org.apache.cloudstack.api.EntityReference;
29
30
import com.cloud.network.Network;
31
-import com.cloud.projects.ProjectAccount;
32
import com.cloud.serializer.Param;
33
import com.google.gson.annotations.SerializedName;
34
35
@SuppressWarnings("unused")
36
-@EntityReference(value = {Network.class, ProjectAccount.class})
+@EntityReference(value = {Network.class})
37
public class NetworkResponse extends BaseResponseWithAssociatedNetwork implements ControlledEntityResponse, SetResourceIconResponse {
38
39
@SerializedName(ApiConstants.ID)
0 commit comments