Preparing report...

Report for github.com/renaldyr/go-ovirt

(v0.0.0-20230808190322-9fd1992199b2)

A+    Excellent!    Found 10 issues across 121 files

Tweet

go_vet100%

go vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string.

No problems detected. Good job!


gofmt99%

Gofmt formats Go programs. We run gofmt -s on your code, where -s is for the "simplify" command


ineffassign100%

IneffAssign detects ineffectual assignments in Go code.

No problems detected. Good job!


gocyclo95%

Gocyclo calculates cyclomatic complexities of functions in Go source code. The cyclomatic complexity of a function is calculated according to the following rules: 1 is the base complexity of a function +1 for each 'if', 'for', 'case', '&&' or '||' Go Report Card warns on functions with cyclomatic complexity > 15.

    • connection.go
    • Line 528: warning: cyclomatic complexity 17 of function (*ConnectionBuilder).Build() is high (> 15) (gocyclo)
    • readers.go
    • Line 28448: warning: cyclomatic complexity 238 of function XMLSnapshotReadOne() is high (> 15) (gocyclo)
    • Line 34292: warning: cyclomatic complexity 224 of function XMLVmReadOne() is high (> 15) (gocyclo)
    • Line 37061: warning: cyclomatic complexity 208 of function XMLActionReadOne() is high (> 15) (gocyclo)
    • Line 13124: warning: cyclomatic complexity 162 of function XMLHostReadOne() is high (> 15) (gocyclo)
    • Line 15727: warning: cyclomatic complexity 150 of function XMLInstanceTypeReadOne() is high (> 15) (gocyclo)
    • Line 31651: warning: cyclomatic complexity 150 of function XMLTemplateReadOne() is high (> 15) (gocyclo)
    • Line 3454: warning: cyclomatic complexity 130 of function XMLClusterReadOne() is high (> 15) (gocyclo)
    • Line 6590: warning: cyclomatic complexity 120 of function XMLDiskSnapshotReadOne() is high (> 15) (gocyclo)
    • Line 5821: warning: cyclomatic complexity 116 of function XMLDiskReadOne() is high (> 15) (gocyclo)
    • Line 35006: warning: cyclomatic complexity 116 of function XMLVmBaseReadOne() is high (> 15) (gocyclo)
    • Line 30720: warning: cyclomatic complexity 108 of function XMLStorageDomainReadOne() is high (> 15) (gocyclo)
    • Line 20321: warning: cyclomatic complexity 84 of function XMLNicReadOne() is high (> 15) (gocyclo)
    • Line 13984: warning: cyclomatic complexity 80 of function XMLHostNicReadOne() is high (> 15) (gocyclo)
    • Line 19162: warning: cyclomatic complexity 74 of function XMLNetworkReadOne() is high (> 15) (gocyclo)
    • Line 21571: warning: cyclomatic complexity 74 of function XMLOpenStackNetworkProviderReadOne() is high (> 15) (gocyclo)
    • Line 32914: warning: cyclomatic complexity 74 of function XMLUserReadOne() is high (> 15) (gocyclo)
    • Line 5392: warning: cyclomatic complexity 70 of function XMLDataCenterReadOne() is high (> 15) (gocyclo)
    • Line 14408: warning: cyclomatic complexity 66 of function XMLHostStorageReadOne() is high (> 15) (gocyclo)
    • Line 24802: warning: cyclomatic complexity 64 of function XMLQosReadOne() is high (> 15) (gocyclo)
    • Line 10542: warning: cyclomatic complexity 64 of function XMLGlusterBrickReadOne() is high (> 15) (gocyclo)
    • Line 15484: warning: cyclomatic complexity 63 of function XMLInitializationReadOne() is high (> 15) (gocyclo)
    • Line 35539: warning: cyclomatic complexity 62 of function XMLVmPoolReadOne() is high (> 15) (gocyclo)
    • Line 7842: warning: cyclomatic complexity 62 of function XMLEventReadOne() is high (> 15) (gocyclo)
    • Line 8901: warning: cyclomatic complexity 60 of function XMLExternalHostProviderReadOne() is high (> 15) (gocyclo)
    • Line 17768: warning: cyclomatic complexity 58 of function XMLLogicalUnitReadOne() is high (> 15) (gocyclo)
    • Line 15251: warning: cyclomatic complexity 58 of function XMLImageTransferReadOne() is high (> 15) (gocyclo)
    • Line 30326: warning: cyclomatic complexity 58 of function XMLStorageConnectionReadOne() is high (> 15) (gocyclo)
    • Line 22: warning: cyclomatic complexity 56 of function XMLAffinityGroupReadOne() is high (> 15) (gocyclo)
    • Line 25050: warning: cyclomatic complexity 56 of function XMLQuotaReadOne() is high (> 15) (gocyclo)
    • Line 22197: warning: cyclomatic complexity 56 of function XMLOpenStackVolumeProviderReadOne() is high (> 15) (gocyclo)
    • Line 30107: warning: cyclomatic complexity 54 of function XMLStepReadOne() is high (> 15) (gocyclo)
    • Line 11807: warning: cyclomatic complexity 54 of function XMLGlusterVolumeReadOne() is high (> 15) (gocyclo)
    • Line 29887: warning: cyclomatic complexity 54 of function XMLStatisticReadOne() is high (> 15) (gocyclo)
    • Line 16769: warning: cyclomatic complexity 53 of function XMLIscsiDetailsReadOne() is high (> 15) (gocyclo)
    • Line 13657: warning: cyclomatic complexity 52 of function XMLHostDeviceReadOne() is high (> 15) (gocyclo)
    • Line 10788: warning: cyclomatic complexity 52 of function XMLGlusterBrickAdvancedDetailsReadOne() is high (> 15) (gocyclo)
    • Line 21223: warning: cyclomatic complexity 50 of function XMLOpenStackImageProviderReadOne() is high (> 15) (gocyclo)
    • Line 23427: warning: cyclomatic complexity 50 of function XMLPermissionReadOne() is high (> 15) (gocyclo)
    • Line 11248: warning: cyclomatic complexity 50 of function XMLGlusterHookReadOne() is high (> 15) (gocyclo)
    • Line 542: warning: cyclomatic complexity 48 of function XMLAgentReadOne() is high (> 15) (gocyclo)
    • Line 34004: warning: cyclomatic complexity 48 of function XMLVirtualNumaNodeReadOne() is high (> 15) (gocyclo)
    • Line 36025: warning: cyclomatic complexity 48 of function XMLVnicProfileReadOne() is high (> 15) (gocyclo)
    • Line 6228: warning: cyclomatic complexity 48 of function XMLDiskAttachmentReadOne() is high (> 15) (gocyclo)
    • Line 7009: warning: cyclomatic complexity 47 of function XMLDisplayReadOne() is high (> 15) (gocyclo)
    • Line 12357: warning: cyclomatic complexity 46 of function XMLGroupReadOne() is high (> 15) (gocyclo)
    • Line 17174: warning: cyclomatic complexity 46 of function XMLKatelloErratumReadOne() is high (> 15) (gocyclo)
    • Line 27447: warning: cyclomatic complexity 46 of function XMLSchedulingPolicyReadOne() is high (> 15) (gocyclo)
    • Line 19437: warning: cyclomatic complexity 46 of function XMLNetworkAttachmentReadOne() is high (> 15) (gocyclo)
    • Line 16981: warning: cyclomatic complexity 46 of function XMLJobReadOne() is high (> 15) (gocyclo)
    • Line 9609: warning: cyclomatic complexity 45 of function XMLExternalVmImportReadOne() is high (> 15) (gocyclo)
    • Line 1586: warning: cyclomatic complexity 44 of function XMLBackupReadOne() is high (> 15) (gocyclo)
    • Line 11455: warning: cyclomatic complexity 44 of function XMLGlusterMemoryPoolReadOne() is high (> 15) (gocyclo)
    • Line 36484: warning: cyclomatic complexity 42 of function XMLWatchdogReadOne() is high (> 15) (gocyclo)
    • Line 12175: warning: cyclomatic complexity 42 of function XMLGraphicsConsoleReadOne() is high (> 15) (gocyclo)
    • Line 21847: warning: cyclomatic complexity 42 of function XMLOpenStackProviderReadOne() is high (> 15) (gocyclo)
    • Line 20770: warning: cyclomatic complexity 42 of function XMLNumaNodeReadOne() is high (> 15) (gocyclo)
    • Line 23974: warning: cyclomatic complexity 41 of function XMLPowerManagementReadOne() is high (> 15) (gocyclo)
    • Line 31476: warning: cyclomatic complexity 40 of function XMLTagReadOne() is high (> 15) (gocyclo)
    • Line 241: warning: cyclomatic complexity 40 of function XMLAffinityLabelReadOne() is high (> 15) (gocyclo)
    • Line 3127: warning: cyclomatic complexity 40 of function XMLCheckpointReadOne() is high (> 15) (gocyclo)
    • Line 2796: warning: cyclomatic complexity 40 of function XMLCdromReadOne() is high (> 15) (gocyclo)
    • Line 10246: warning: cyclomatic complexity 40 of function XMLFloppyReadOne() is high (> 15) (gocyclo)
    • Line 25270: warning: cyclomatic complexity 40 of function XMLQuotaClusterLimitReadOne() is high (> 15) (gocyclo)
    • Line 9282: warning: cyclomatic complexity 40 of function XMLExternalProviderReadOne() is high (> 15) (gocyclo)
    • Line 5653: warning: cyclomatic complexity 38 of function XMLDeviceReadOne() is high (> 15) (gocyclo)
    • Line 16602: warning: cyclomatic complexity 38 of function XMLIscsiBondReadOne() is high (> 15) (gocyclo)
    • Line 8732: warning: cyclomatic complexity 38 of function XMLExternalHostGroupReadOne() is high (> 15) (gocyclo)
    • Line 29450: warning: cyclomatic complexity 38 of function XMLSshReadOne() is high (> 15) (gocyclo)
    • Line 18248: warning: cyclomatic complexity 38 of function XMLMacPoolReadOne() is high (> 15) (gocyclo)
    • Line 22028: warning: cyclomatic complexity 38 of function XMLOpenStackSubnetReadOne() is high (> 15) (gocyclo)
    • Line 27279: warning: cyclomatic complexity 38 of function XMLRoleReadOne() is high (> 15) (gocyclo)
    • Line 22568: warning: cyclomatic complexity 38 of function XMLOpenstackVolumeAuthenticationKeyReadOne() is high (> 15) (gocyclo)
    • Line 28041: warning: cyclomatic complexity 38 of function XMLSessionReadOne() is high (> 15) (gocyclo)
    • Line 7442: warning: cyclomatic complexity 38 of function XMLDomainReadOne() is high (> 15) (gocyclo)
    • Line 8412: warning: cyclomatic complexity 38 of function XMLExternalDiscoveredHostReadOne() is high (> 15) (gocyclo)
    • Line 33719: warning: cyclomatic complexity 38 of function XMLVersionReadOne() is high (> 15) (gocyclo)
    • Line 4563: warning: cyclomatic complexity 37 of function XMLCpuReadOne() is high (> 15) (gocyclo)
    • Line 8084: warning: cyclomatic complexity 36 of function XMLEventSubscriptionReadOne() is high (> 15) (gocyclo)
    • Line 6428: warning: cyclomatic complexity 36 of function XMLDiskProfileReadOne() is high (> 15) (gocyclo)
    • Line 8249: warning: cyclomatic complexity 36 of function XMLExternalComputeResourceReadOne() is high (> 15) (gocyclo)
    • Line 4040: warning: cyclomatic complexity 36 of function XMLClusterLevelReadOne() is high (> 15) (gocyclo)
    • Line 27637: warning: cyclomatic complexity 36 of function XMLSchedulingPolicyUnitReadOne() is high (> 15) (gocyclo)
    • Line 4729: warning: cyclomatic complexity 36 of function XMLCpuProfileReadOne() is high (> 15) (gocyclo)
    • Line 11642: warning: cyclomatic complexity 36 of function XMLGlusterServerHookReadOne() is high (> 15) (gocyclo)
    • Line 30557: warning: cyclomatic complexity 36 of function XMLStorageConnectionExtensionReadOne() is high (> 15) (gocyclo)
    • Line 17605: warning: cyclomatic complexity 36 of function XMLLinkLayerDiscoveryProtocolElementReadOne() is high (> 15) (gocyclo)
    • Line 26992: warning: cyclomatic complexity 36 of function XMLReportedDeviceReadOne() is high (> 15) (gocyclo)
    • Line 25445: warning: cyclomatic complexity 36 of function XMLQuotaStorageLimitReadOne() is high (> 15) (gocyclo)
    • Line 22738: warning: cyclomatic complexity 35 of function XMLOperatingSystemReadOne() is high (> 15) (gocyclo)
    • Line 12967: warning: cyclomatic complexity 34 of function XMLHookReadOne() is high (> 15) (gocyclo)
    • Line 36666: warning: cyclomatic complexity 34 of function XMLWeightReadOne() is high (> 15) (gocyclo)
    • Line 15093: warning: cyclomatic complexity 34 of function XMLImageReadOne() is high (> 15) (gocyclo)
    • Line 22896: warning: cyclomatic complexity 34 of function XMLOperatingSystemInfoReadOne() is high (> 15) (gocyclo)
    • Line 9938: warning: cyclomatic complexity 34 of function XMLFileReadOne() is high (> 15) (gocyclo)
    • Line 2970: warning: cyclomatic complexity 34 of function XMLCertificateReadOne() is high (> 15) (gocyclo)
    • Line 12693: warning: cyclomatic complexity 33 of function XMLHardwareInformationReadOne() is high (> 15) (gocyclo)
    • Line 9457: warning: cyclomatic complexity 33 of function XMLExternalTemplateImportReadOne() is high (> 15) (gocyclo)
    • Line 3302: warning: cyclomatic complexity 33 of function XMLCloudInitReadOne() is high (> 15) (gocyclo)
    • Line 26218: warning: cyclomatic complexity 33 of function XMLRegistrationConfigurationReadOne() is high (> 15) (gocyclo)
    • Line 10095: warning: cyclomatic complexity 32 of function XMLFilterReadOne() is high (> 15) (gocyclo)
    • Line 20048: warning: cyclomatic complexity 32 of function XMLNetworkLabelReadOne() is high (> 15) (gocyclo)
    • Line 8581: warning: cyclomatic complexity 32 of function XMLExternalHostReadOne() is high (> 15) (gocyclo)
    • Line 1435: warning: cyclomatic complexity 32 of function XMLAuthorizedKeyReadOne() is high (> 15) (gocyclo)
    • Line 19897: warning: cyclomatic complexity 32 of function XMLNetworkFilterParameterReadOne() is high (> 15) (gocyclo)
    • Line 1773: warning: cyclomatic complexity 32 of function XMLBalanceReadOne() is high (> 15) (gocyclo)
    • Line 14803: warning: cyclomatic complexity 32 of function XMLIconReadOne() is high (> 15) (gocyclo)
    • Line 32640: warning: cyclomatic complexity 32 of function XMLUnmanagedNetworkReadOne() is high (> 15) (gocyclo)
    • Line 9131: warning: cyclomatic complexity 32 of function XMLExternalNetworkProviderConfigurationReadOne() is high (> 15) (gocyclo)
    • Line 23632: warning: cyclomatic complexity 32 of function XMLPermitReadOne() is high (> 15) (gocyclo)
    • Line 29620: warning: cyclomatic complexity 32 of function XMLSshPublicKeyReadOne() is high (> 15) (gocyclo)
    • Line 22417: warning: cyclomatic complexity 32 of function XMLOpenStackVolumeTypeReadOne() is high (> 15) (gocyclo)
    • Line 12024: warning: cyclomatic complexity 32 of function XMLGlusterVolumeProfileDetailsReadOne() is high (> 15) (gocyclo)
    • Line 33185: warning: cyclomatic complexity 32 of function XMLUserOptionReadOne() is high (> 15) (gocyclo)
    • Line 741: warning: cyclomatic complexity 31 of function XMLAgentConfigurationReadOne() is high (> 15) (gocyclo)
    • Line 888: warning: cyclomatic complexity 31 of function XMLApiReadOne() is high (> 15) (gocyclo)
    • Line 20622: warning: cyclomatic complexity 31 of function XMLNicConfigurationReadOne() is high (> 15) (gocyclo)
    • Line 12547: warning: cyclomatic complexity 31 of function XMLGuestOperatingSystemReadOne() is high (> 15) (gocyclo)
    • Line 3895: warning: cyclomatic complexity 30 of function XMLClusterFeatureReadOne() is high (> 15) (gocyclo)
    • Line 31209: warning: cyclomatic complexity 30 of function XMLSystemOptionReadOne() is high (> 15) (gocyclo)
    • Line 21426: warning: cyclomatic complexity 30 of function XMLOpenStackNetworkReadOne() is high (> 15) (gocyclo)
    • Line 2297: warning: cyclomatic complexity 30 of function XMLBookmarkReadOne() is high (> 15) (gocyclo)
    • Line 19752: warning: cyclomatic complexity 30 of function XMLNetworkFilterReadOne() is high (> 15) (gocyclo)
    • Line 1290: warning: cyclomatic complexity 30 of function XMLApplicationReadOne() is high (> 15) (gocyclo)
    • Line 21078: warning: cyclomatic complexity 30 of function XMLOpenStackImageReadOne() is high (> 15) (gocyclo)
    • Line 9798: warning: cyclomatic complexity 29 of function XMLFencingPolicyReadOne() is high (> 15) (gocyclo)
    • Line 18880: warning: cyclomatic complexity 29 of function XMLMigrationOptionsReadOne() is high (> 15) (gocyclo)
    • Line 18532: warning: cyclomatic complexity 29 of function XMLMemoryPolicyReadOne() is high (> 15) (gocyclo)
    • Line 24424: warning: cyclomatic complexity 29 of function XMLProfileDetailReadOne() is high (> 15) (gocyclo)
    • Line 14663: warning: cyclomatic complexity 29 of function XMLHostedEngineReadOne() is high (> 15) (gocyclo)
    • Line 14954: warning: cyclomatic complexity 28 of function XMLIdentifiedReadOne() is high (> 15) (gocyclo)
    • Line 33580: warning: cyclomatic complexity 28 of function XMLVendorReadOne() is high (> 15) (gocyclo)
    • Line 19023: warning: cyclomatic complexity 28 of function XMLMigrationPolicyReadOne() is high (> 15) (gocyclo)
    • Line 24151: warning: cyclomatic complexity 28 of function XMLProductReadOne() is high (> 15) (gocyclo)
    • Line 24290: warning: cyclomatic complexity 27 of function XMLProductInfoReadOne() is high (> 15) (gocyclo)
    • Line 2163: warning: cyclomatic complexity 27 of function XMLBondingReadOne() is high (> 15) (gocyclo)
    • Line 17998: warning: cyclomatic complexity 27 of function XMLMDevTypeReadOne() is high (> 15) (gocyclo)
    • Line 11114: warning: cyclomatic complexity 27 of function XMLGlusterClientReadOne() is high (> 15) (gocyclo)
    • Line 16344: warning: cyclomatic complexity 27 of function XMLIpReadOne() is high (> 15) (gocyclo)
    • Line 1034: warning: cyclomatic complexity 27 of function XMLApiSummaryReadOne() is high (> 15) (gocyclo)
    • Line 26858: warning: cyclomatic complexity 27 of function XMLReportedConfigurationReadOne() is high (> 15) (gocyclo)
    • Line 36351: warning: cyclomatic complexity 26 of function XMLVolumeGroupReadOne() is high (> 15) (gocyclo)
    • Line 14280: warning: cyclomatic complexity 25 of function XMLHostNicVirtualFunctionsConfigurationReadOne() is high (> 15) (gocyclo)
    • Line 20950: warning: cyclomatic complexity 25 of function XMLNumaNodePinReadOne() is high (> 15) (gocyclo)
    • Line 23298: warning: cyclomatic complexity 25 of function XMLPayloadReadOne() is high (> 15) (gocyclo)
    • Line 414: warning: cyclomatic complexity 25 of function XMLAffinityRuleReadOne() is high (> 15) (gocyclo)
    • Line 5264: warning: cyclomatic complexity 25 of function XMLCustomPropertyReadOne() is high (> 15) (gocyclo)
    • Line 23054: warning: cyclomatic complexity 25 of function XMLOptionReadOne() is high (> 15) (gocyclo)
    • Line 35780: warning: cyclomatic complexity 25 of function XMLVmSummaryReadOne() is high (> 15) (gocyclo)
    • Line 4891: warning: cyclomatic complexity 25 of function XMLCpuTopologyReadOne() is high (> 15) (gocyclo)
    • Line 36223: warning: cyclomatic complexity 25 of function XMLVnicProfileMappingReadOne() is high (> 15) (gocyclo)
    • Line 35411: warning: cyclomatic complexity 25 of function XMLVmPlacementPolicyReadOne() is high (> 15) (gocyclo)
    • Line 5135: warning: cyclomatic complexity 25 of function XMLCpuTypeReadOne() is high (> 15) (gocyclo)
    • Line 32152: warning: cyclomatic complexity 25 of function XMLTemplateVersionReadOne() is high (> 15) (gocyclo)
    • Line 10420: warning: cyclomatic complexity 23 of function XMLFopStatisticReadOne() is high (> 15) (gocyclo)
    • Line 20199: warning: cyclomatic complexity 23 of function XMLNfsProfileDetailReadOne() is high (> 15) (gocyclo)
    • Line 4441: warning: cyclomatic complexity 23 of function XMLCoreReadOne() is high (> 15) (gocyclo)
    • Line 32791: warning: cyclomatic complexity 23 of function XMLUsbReadOne() is high (> 15) (gocyclo)
    • Line 19630: warning: cyclomatic complexity 23 of function XMLNetworkConfigurationReadOne() is high (> 15) (gocyclo)
    • Line 24564: warning: cyclomatic complexity 23 of function XMLPropertyReadOne() is high (> 15) (gocyclo)
    • Line 26736: warning: cyclomatic complexity 23 of function XMLRegistrationVnicProfileMappingReadOne() is high (> 15) (gocyclo)
    • Line 25608: warning: cyclomatic complexity 23 of function XMLRangeReadOne() is high (> 15) (gocyclo)
    • Line 1168: warning: cyclomatic complexity 23 of function XMLApiSummaryItemReadOne() is high (> 15) (gocyclo)
    • Line 25852: warning: cyclomatic complexity 23 of function XMLRegistrationAffinityGroupMappingReadOne() is high (> 15) (gocyclo)
    • Line 25730: warning: cyclomatic complexity 23 of function XMLRateReadOne() is high (> 15) (gocyclo)
    • Line 16479: warning: cyclomatic complexity 23 of function XMLIpAddressAssignmentReadOne() is high (> 15) (gocyclo)
    • Line 26614: warning: cyclomatic complexity 23 of function XMLRegistrationRoleMappingReadOne() is high (> 15) (gocyclo)
    • Line 33458: warning: cyclomatic complexity 23 of function XMLVcpuPinReadOne() is high (> 15) (gocyclo)
    • Line 17483: warning: cyclomatic complexity 23 of function XMLKsmReadOne() is high (> 15) (gocyclo)
    • Line 7204: warning: cyclomatic complexity 23 of function XMLDnsReadOne() is high (> 15) (gocyclo)
    • Line 1924: warning: cyclomatic complexity 23 of function XMLBiosReadOne() is high (> 15) (gocyclo)
    • Line 32402: warning: cyclomatic complexity 23 of function XMLTimeZoneReadOne() is high (> 15) (gocyclo)
    • Line 31354: warning: cyclomatic complexity 23 of function XMLSystemOptionValueReadOne() is high (> 15) (gocyclo)
    • Line 18757: warning: cyclomatic complexity 23 of function XMLMigrationBandwidthReadOne() is high (> 15) (gocyclo)
    • Line 27156: warning: cyclomatic complexity 23 of function XMLRngDeviceReadOne() is high (> 15) (gocyclo)
    • Line 27918: warning: cyclomatic complexity 23 of function XMLSerialNumberReadOne() is high (> 15) (gocyclo)
    • Line 26096: warning: cyclomatic complexity 23 of function XMLRegistrationClusterMappingReadOne() is high (> 15) (gocyclo)
    • Line 2674: warning: cyclomatic complexity 23 of function XMLBrickProfileDetailReadOne() is high (> 15) (gocyclo)
    • Line 29205: warning: cyclomatic complexity 23 of function XMLSpecialObjectsReadOne() is high (> 15) (gocyclo)
    • Line 28210: warning: cyclomatic complexity 23 of function XMLSkipIfConnectivityBrokenReadOne() is high (> 15) (gocyclo)
    • Line 29327: warning: cyclomatic complexity 23 of function XMLSpmReadOne() is high (> 15) (gocyclo)
    • Line 12845: warning: cyclomatic complexity 23 of function XMLHighAvailabilityReadOne() is high (> 15) (gocyclo)
    • Line 4202: warning: cyclomatic complexity 23 of function XMLConfigurationReadOne() is high (> 15) (gocyclo)
    • Line 26370: warning: cyclomatic complexity 23 of function XMLRegistrationDomainMappingReadOne() is high (> 15) (gocyclo)
    • Line 25974: warning: cyclomatic complexity 23 of function XMLRegistrationAffinityLabelMappingReadOne() is high (> 15) (gocyclo)
    • Line 26492: warning: cyclomatic complexity 23 of function XMLRegistrationLunMappingReadOne() is high (> 15) (gocyclo)
    • Line 36823: warning: cyclomatic complexity 23 of function XMLFaultReadOne() is high (> 15) (gocyclo)
    • Line 32280: warning: cyclomatic complexity 23 of function XMLTicketReadOne() is high (> 15) (gocyclo)
    • Line 33336: warning: cyclomatic complexity 23 of function XMLValueReadOne() is high (> 15) (gocyclo)
    • Line 24686: warning: cyclomatic complexity 21 of function XMLProxyTicketReadOne() is high (> 15) (gocyclo)
    • Line 23783: warning: cyclomatic complexity 21 of function XMLPmProxyReadOne() is high (> 15) (gocyclo)
    • Line 36945: warning: cyclomatic complexity 21 of function XMLGracePeriodReadOne() is high (> 15) (gocyclo)
    • Line 16228: warning: cyclomatic complexity 21 of function XMLIoReadOne() is high (> 15) (gocyclo)
    • Line 35908: warning: cyclomatic complexity 21 of function XMLVnicPassThroughReadOne() is high (> 15) (gocyclo)
    • Line 33888: warning: cyclomatic complexity 21 of function XMLVirtioScsiReadOne() is high (> 15) (gocyclo)
    • Line 31093: warning: cyclomatic complexity 21 of function XMLStorageDomainLeaseReadOne() is high (> 15) (gocyclo)
    • Line 32524: warning: cyclomatic complexity 21 of function XMLTransparentHugePagesReadOne() is high (> 15) (gocyclo)
    • Line 5019: warning: cyclomatic complexity 21 of function XMLCpuTuneReadOne() is high (> 15) (gocyclo)
    • Line 4325: warning: cyclomatic complexity 21 of function XMLConsoleReadOne() is high (> 15) (gocyclo)
    • Line 13868: warning: cyclomatic complexity 21 of function XMLHostDevicePassthroughReadOne() is high (> 15) (gocyclo)
    • Line 28332: warning: cyclomatic complexity 21 of function XMLSkipIfSdActiveReadOne() is high (> 15) (gocyclo)
    • Line 2442: warning: cyclomatic complexity 21 of function XMLBootReadOne() is high (> 15) (gocyclo)
    • Line 7326: warning: cyclomatic complexity 21 of function XMLDnsResolverConfigurationReadOne() is high (> 15) (gocyclo)
    • Line 29771: warning: cyclomatic complexity 21 of function XMLSsoReadOne() is high (> 15) (gocyclo)
    • Line 23182: warning: cyclomatic complexity 21 of function XMLPackageReadOne() is high (> 15) (gocyclo)
    • Line 17367: warning: cyclomatic complexity 21 of function XMLKernelReadOne() is high (> 15) (gocyclo)
    • Line 7725: warning: cyclomatic complexity 21 of function XMLErrorHandlingReadOne() is high (> 15) (gocyclo)
    • Line 18132: warning: cyclomatic complexity 21 of function XMLMacReadOne() is high (> 15) (gocyclo)
    • Line 10998: warning: cyclomatic complexity 21 of function XMLGlusterBrickMemoryInfoReadOne() is high (> 15) (gocyclo)
    • Line 18416: warning: cyclomatic complexity 21 of function XMLMemoryOverCommitReadOne() is high (> 15) (gocyclo)
    • Line 2558: warning: cyclomatic complexity 21 of function XMLBootMenuReadOne() is high (> 15) (gocyclo)
    • Line 7609: warning: cyclomatic complexity 21 of function XMLEntityProfileDetailReadOne() is high (> 15) (gocyclo)
    • Line 2047: warning: cyclomatic complexity 21 of function XMLBlockStatisticReadOne() is high (> 15) (gocyclo)
    • Line 27801: warning: cyclomatic complexity 21 of function XMLSeLinuxReadOne() is high (> 15) (gocyclo)
    • writers.go
    • Line 12240: warning: cyclomatic complexity 98 of function XMLActionWriteOne() is high (> 15) (gocyclo)
    • Line 9290: warning: cyclomatic complexity 95 of function XMLSnapshotWriteOne() is high (> 15) (gocyclo)
    • Line 11267: warning: cyclomatic complexity 89 of function XMLVmWriteOne() is high (> 15) (gocyclo)
    • Line 5214: warning: cyclomatic complexity 62 of function XMLInstanceTypeWriteOne() is high (> 15) (gocyclo)
    • Line 10404: warning: cyclomatic complexity 62 of function XMLTemplateWriteOne() is high (> 15) (gocyclo)
    • Line 4288: warning: cyclomatic complexity 60 of function XMLHostWriteOne() is high (> 15) (gocyclo)
    • Line 11553: warning: cyclomatic complexity 52 of function XMLVmBaseWriteOne() is high (> 15) (gocyclo)
    • Line 1084: warning: cyclomatic complexity 50 of function XMLClusterWriteOne() is high (> 15) (gocyclo)
    • Line 2116: warning: cyclomatic complexity 49 of function XMLDiskSnapshotWriteOne() is high (> 15) (gocyclo)
    • Line 1831: warning: cyclomatic complexity 47 of function XMLDiskWriteOne() is high (> 15) (gocyclo)
    • Line 10101: warning: cyclomatic complexity 38 of function XMLStorageDomainWriteOne() is high (> 15) (gocyclo)
    • Line 4596: warning: cyclomatic complexity 32 of function XMLHostNicWriteOne() is high (> 15) (gocyclo)
    • Line 6342: warning: cyclomatic complexity 28 of function XMLNetworkWriteOne() is high (> 15) (gocyclo)
    • Line 7132: warning: cyclomatic complexity 28 of function XMLOpenStackNetworkProviderWriteOne() is high (> 15) (gocyclo)
    • Line 6725: warning: cyclomatic complexity 28 of function XMLNicWriteOne() is high (> 15) (gocyclo)
    • Line 4747: warning: cyclomatic complexity 27 of function XMLHostStorageWriteOne() is high (> 15) (gocyclo)
    • Line 8174: warning: cyclomatic complexity 26 of function XMLQosWriteOne() is high (> 15) (gocyclo)
    • Line 2526: warning: cyclomatic complexity 25 of function XMLEventWriteOne() is high (> 15) (gocyclo)
    • Line 10823: warning: cyclomatic complexity 25 of function XMLUserWriteOne() is high (> 15) (gocyclo)
    • Line 5121: warning: cyclomatic complexity 25 of function XMLInitializationWriteOne() is high (> 15) (gocyclo)
    • Line 11761: warning: cyclomatic complexity 24 of function XMLVmPoolWriteOne() is high (> 15) (gocyclo)
    • Line 3429: warning: cyclomatic complexity 24 of function XMLGlusterBrickWriteOne() is high (> 15) (gocyclo)
    • Line 5033: warning: cyclomatic complexity 23 of function XMLImageTransferWriteOne() is high (> 15) (gocyclo)
    • Line 9958: warning: cyclomatic complexity 23 of function XMLStorageConnectionWriteOne() is high (> 15) (gocyclo)
    • Line 5906: warning: cyclomatic complexity 23 of function XMLLogicalUnitWriteOne() is high (> 15) (gocyclo)
    • Line 1691: warning: cyclomatic complexity 22 of function XMLDataCenterWriteOne() is high (> 15) (gocyclo)
    • Line 9797: warning: cyclomatic complexity 21 of function XMLStatisticWriteOne() is high (> 15) (gocyclo)
    • Line 5573: warning: cyclomatic complexity 20 of function XMLIscsiDetailsWriteOne() is high (> 15) (gocyclo)
    • Line 4487: warning: cyclomatic complexity 20 of function XMLHostDeviceWriteOne() is high (> 15) (gocyclo)
    • Line 9879: warning: cyclomatic complexity 20 of function XMLStepWriteOne() is high (> 15) (gocyclo)
    • Line 7745: warning: cyclomatic complexity 19 of function XMLPermissionWriteOne() is high (> 15) (gocyclo)
    • Line 2895: warning: cyclomatic complexity 19 of function XMLExternalHostProviderWriteOne() is high (> 15) (gocyclo)
    • Line 8271: warning: cyclomatic complexity 19 of function XMLQuotaWriteOne() is high (> 15) (gocyclo)
    • Line 3520: warning: cyclomatic complexity 19 of function XMLGlusterBrickAdvancedDetailsWriteOne() is high (> 15) (gocyclo)
    • Line 3860: warning: cyclomatic complexity 19 of function XMLGlusterVolumeWriteOne() is high (> 15) (gocyclo)
    • Line 7357: warning: cyclomatic complexity 19 of function XMLOpenStackVolumeProviderWriteOne() is high (> 15) (gocyclo)
    • Line 1991: warning: cyclomatic complexity 18 of function XMLDiskAttachmentWriteOne() is high (> 15) (gocyclo)
    • Line 3665: warning: cyclomatic complexity 18 of function XMLGlusterHookWriteOne() is high (> 15) (gocyclo)
    • Line 20: warning: cyclomatic complexity 18 of function XMLAffinityGroupWriteOne() is high (> 15) (gocyclo)
    • Line 184: warning: cyclomatic complexity 18 of function XMLAgentWriteOne() is high (> 15) (gocyclo)
    • Line 7016: warning: cyclomatic complexity 17 of function XMLOpenStackImageProviderWriteOne() is high (> 15) (gocyclo)
    • Line 11918: warning: cyclomatic complexity 17 of function XMLVnicProfileWriteOne() is high (> 15) (gocyclo)
    • Line 11163: warning: cyclomatic complexity 17 of function XMLVirtualNumaNodeWriteOne() is high (> 15) (gocyclo)
    • Line 2282: warning: cyclomatic complexity 17 of function XMLDisplayWriteOne() is high (> 15) (gocyclo)
    • Line 5718: warning: cyclomatic complexity 17 of function XMLKatelloErratumWriteOne() is high (> 15) (gocyclo)
    • Line 6445: warning: cyclomatic complexity 17 of function XMLNetworkAttachmentWriteOne() is high (> 15) (gocyclo)
    • Line 3738: warning: cyclomatic complexity 16 of function XMLGlusterMemoryPoolWriteOne() is high (> 15) (gocyclo)
    • Line 5651: warning: cyclomatic complexity 16 of function XMLJobWriteOne() is high (> 15) (gocyclo)
    • Line 3129: warning: cyclomatic complexity 16 of function XMLExternalVmImportWriteOne() is high (> 15) (gocyclo)
    • services.go
    • Line 76044: warning: cyclomatic complexity 82 of function (*SystemService).Service() is high (> 15) (gocyclo)
    • Line 98838: warning: cyclomatic complexity 38 of function (*VmService).Service() is high (> 15) (gocyclo)
    • Line 38470: warning: cyclomatic complexity 32 of function (*HostService).Service() is high (> 15) (gocyclo)
    • Line 39237: warning: cyclomatic complexity 24 of function (*HostsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 97240: warning: cyclomatic complexity 24 of function (*VmServiceStartRequest).Send() is high (> 15) (gocyclo)
    • Line 37636: warning: cyclomatic complexity 23 of function (*HostServiceInstallUsingRootPasswordRequest).Send() is high (> 15) (gocyclo)
    • Line 38131: warning: cyclomatic complexity 23 of function (*HostServiceInstallUsingSshRequest).Send() is high (> 15) (gocyclo)
    • Line 35086: warning: cyclomatic complexity 23 of function (*HostServiceInstallRequest).Send() is high (> 15) (gocyclo)
    • Line 101453: warning: cyclomatic complexity 23 of function (*VmsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 17823: warning: cyclomatic complexity 21 of function (*ClustersServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 98370: warning: cyclomatic complexity 21 of function (*VmServiceExportToPathOnHostRequest).Send() is high (> 15) (gocyclo)
    • Line 83282: warning: cyclomatic complexity 21 of function (*TemplatesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 93733: warning: cyclomatic complexity 21 of function (*VmPoolsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 69707: warning: cyclomatic complexity 21 of function (*StorageDomainsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 20948: warning: cyclomatic complexity 21 of function (*DataCentersServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 38916: warning: cyclomatic complexity 21 of function (*HostsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 30880: warning: cyclomatic complexity 21 of function (*FilesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 95470: warning: cyclomatic complexity 21 of function (*VmServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 100447: warning: cyclomatic complexity 21 of function (*VmsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 27752: warning: cyclomatic complexity 21 of function (*EventsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 47482: warning: cyclomatic complexity 20 of function (*JobsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 17432: warning: cyclomatic complexity 20 of function (*ClusterService).Service() is high (> 15) (gocyclo)
    • Line 100923: warning: cyclomatic complexity 20 of function (*VmsServiceAddFromConfigurationRequest).Send() is high (> 15) (gocyclo)
    • Line 36218: warning: cyclomatic complexity 20 of function (*HostServiceSetupNetworksRequest).Send() is high (> 15) (gocyclo)
    • Line 103336: warning: cyclomatic complexity 20 of function (*DomainGroupsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 101095: warning: cyclomatic complexity 20 of function (*VmsServiceAddFromScratchRequest).Send() is high (> 15) (gocyclo)
    • Line 105232: warning: cyclomatic complexity 20 of function (*GroupsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 66960: warning: cyclomatic complexity 20 of function (*StorageDomainTemplateServiceRegisterRequest).Send() is high (> 15) (gocyclo)
    • Line 116646: warning: cyclomatic complexity 20 of function (*GlusterVolumesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 51695: warning: cyclomatic complexity 20 of function (*NetworksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 39636: warning: cyclomatic complexity 20 of function (*HostsServiceAddUsingSshRequest).Send() is high (> 15) (gocyclo)
    • Line 67979: warning: cyclomatic complexity 20 of function (*StorageDomainVmServiceImportRequest).Send() is high (> 15) (gocyclo)
    • Line 104160: warning: cyclomatic complexity 20 of function (*DomainUsersServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 45560: warning: cyclomatic complexity 20 of function (*InstanceTypesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 25807: warning: cyclomatic complexity 20 of function (*DisksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 68280: warning: cyclomatic complexity 20 of function (*StorageDomainVmServiceRegisterRequest).Send() is high (> 15) (gocyclo)
    • Line 107916: warning: cyclomatic complexity 20 of function (*UsersServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 63001: warning: cyclomatic complexity 20 of function (*StorageDomainContentDisksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 37183: warning: cyclomatic complexity 20 of function (*HostServiceUpgradeRequest).Send() is high (> 15) (gocyclo)
    • Line 39464: warning: cyclomatic complexity 20 of function (*HostsServiceAddUsingRootPasswordRequest).Send() is high (> 15) (gocyclo)
    • Line 101267: warning: cyclomatic complexity 20 of function (*VmsServiceAddFromSnapshotRequest).Send() is high (> 15) (gocyclo)
    • Line 66440: warning: cyclomatic complexity 20 of function (*StorageDomainService).Service() is high (> 15) (gocyclo)
    • Line 89711: warning: cyclomatic complexity 19 of function (*VmGraphicsConsolesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 34485: warning: cyclomatic complexity 19 of function (*HostServiceFenceRequest).Send() is high (> 15) (gocyclo)
    • Line 12543: warning: cyclomatic complexity 19 of function (*BalancesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 110744: warning: cyclomatic complexity 19 of function (*ExternalHostProvidersServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 33452: warning: cyclomatic complexity 19 of function (*HostServiceApproveRequest).Send() is high (> 15) (gocyclo)
    • Line 44985: warning: cyclomatic complexity 19 of function (*InstanceTypeWatchdogsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 112562: warning: cyclomatic complexity 19 of function (*GlusterBricksServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 32789: warning: cyclomatic complexity 19 of function (*HostNicsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 59262: warning: cyclomatic complexity 19 of function (*SchedulingPolicyUnitsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 58352: warning: cyclomatic complexity 19 of function (*SchedulingPoliciesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 66733: warning: cyclomatic complexity 19 of function (*StorageDomainTemplateServiceImportRequest).Send() is high (> 15) (gocyclo)
    • Line 119348: warning: cyclomatic complexity 19 of function (*OpenstackNetworkProvidersServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 82405: warning: cyclomatic complexity 19 of function (*TemplatesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 96996: warning: cyclomatic complexity 19 of function (*VmServiceShutdownRequest).Send() is high (> 15) (gocyclo)
    • Line 122210: warning: cyclomatic complexity 19 of function (*OpenstackVolumeProvidersServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 102990: warning: cyclomatic complexity 19 of function (*WeightsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 95994: warning: cyclomatic complexity 19 of function (*VmServiceMigrateRequest).Send() is high (> 15) (gocyclo)
    • Line 71767: warning: cyclomatic complexity 19 of function (*StorageServerConnectionServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 84671: warning: cyclomatic complexity 19 of function (*VmApplicationsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 67254: warning: cyclomatic complexity 19 of function (*StorageDomainTemplatesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 61229: warning: cyclomatic complexity 19 of function (*SnapshotsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 98643: warning: cyclomatic complexity 19 of function (*VmServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 114861: warning: cyclomatic complexity 19 of function (*GlusterVolumeServiceRebalanceRequest).Send() is high (> 15) (gocyclo)
    • Line 25054: warning: cyclomatic complexity 19 of function (*DiskSnapshotsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 34842: warning: cyclomatic complexity 19 of function (*HostServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 98205: warning: cyclomatic complexity 19 of function (*VmServiceExportToExportDomainRequest).Send() is high (> 15) (gocyclo)
    • Line 31509: warning: cyclomatic complexity 19 of function (*FiltersServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 95081: warning: cyclomatic complexity 19 of function (*VmServiceExportRequest).Send() is high (> 15) (gocyclo)
    • Line 64460: warning: cyclomatic complexity 19 of function (*StorageDomainDisksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 37459: warning: cyclomatic complexity 19 of function (*HostServiceApproveUsingRootPasswordRequest).Send() is high (> 15) (gocyclo)
    • Line 61918: warning: cyclomatic complexity 19 of function (*StepServiceEndRequest).Send() is high (> 15) (gocyclo)
    • Line 80805: warning: cyclomatic complexity 19 of function (*TemplateServiceExportToPathOnHostRequest).Send() is high (> 15) (gocyclo)
    • Line 65926: warning: cyclomatic complexity 19 of function (*StorageDomainServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 68625: warning: cyclomatic complexity 19 of function (*StorageDomainVmsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 37950: warning: cyclomatic complexity 19 of function (*HostServiceApproveUsingSshRequest).Send() is high (> 15) (gocyclo)
    • Line 43693: warning: cyclomatic complexity 19 of function (*InstanceTypeNicsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 97446: warning: cyclomatic complexity 19 of function (*VmServiceStopRequest).Send() is high (> 15) (gocyclo)
    • Line 33955: warning: cyclomatic complexity 19 of function (*HostServiceDeactivateRequest).Send() is high (> 15) (gocyclo)
    • Line 46792: warning: cyclomatic complexity 19 of function (*JobServiceEndRequest).Send() is high (> 15) (gocyclo)
    • Line 117681: warning: cyclomatic complexity 19 of function (*OpenstackImageProvidersServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 112778: warning: cyclomatic complexity 18 of function (*GlusterBricksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 33134: warning: cyclomatic complexity 18 of function (*HostNumaNodesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 112157: warning: cyclomatic complexity 18 of function (*GlusterBrickServiceReplaceRequest).Send() is high (> 15) (gocyclo)
    • Line 88112: warning: cyclomatic complexity 18 of function (*VmDiskServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 44673: warning: cyclomatic complexity 18 of function (*InstanceTypeWatchdogServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 71147: warning: cyclomatic complexity 18 of function (*StorageServerConnectionServiceUpdateIscsiRequest).Send() is high (> 15) (gocyclo)
    • Line 87061: warning: cyclomatic complexity 18 of function (*VmCheckpointsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 85867: warning: cyclomatic complexity 18 of function (*VmCdromServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 94110: warning: cyclomatic complexity 18 of function (*VmReportedDevicesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 85008: warning: cyclomatic complexity 18 of function (*VmBackupDisksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 84320: warning: cyclomatic complexity 18 of function (*VirtualFunctionAllowedNetworksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 27233: warning: cyclomatic complexity 18 of function (*EventSubscriptionsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 91722: warning: cyclomatic complexity 18 of function (*VmNicsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 82955: warning: cyclomatic complexity 18 of function (*TemplatesServiceAddFromVmRequest).Send() is high (> 15) (gocyclo)
    • Line 48608: warning: cyclomatic complexity 18 of function (*MacPoolsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 4652: warning: cyclomatic complexity 18 of function (*AffinityLabelsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 1910: warning: cyclomatic complexity 18 of function (*AffinityGroupVmLabelsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 111285: warning: cyclomatic complexity 18 of function (*KatelloErrataServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 72621: warning: cyclomatic complexity 18 of function (*StorageServerConnectionsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 433: warning: cyclomatic complexity 18 of function (*AffinityGroupHostLabelsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 12126: warning: cyclomatic complexity 18 of function (*BalanceServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 86601: warning: cyclomatic complexity 18 of function (*VmCheckpointDisksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 62822: warning: cyclomatic complexity 18 of function (*StorageDomainContentDiskServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 85438: warning: cyclomatic complexity 18 of function (*VmBackupsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 6373: warning: cyclomatic complexity 18 of function (*AssignedDiskProfilesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 84497: warning: cyclomatic complexity 18 of function (*VmApplicationServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 92952: warning: cyclomatic complexity 18 of function (*VmPoolServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 83747: warning: cyclomatic complexity 18 of function (*UnmanagedNetworksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 11037: warning: cyclomatic complexity 18 of function (*AttachedStorageDomainDisksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 83109: warning: cyclomatic complexity 18 of function (*TemplatesServiceAddFromVmSnapshotRequest).Send() is high (> 15) (gocyclo)
    • Line 42376: warning: cyclomatic complexity 18 of function (*ImagesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 87731: warning: cyclomatic complexity 18 of function (*VmDiskServiceMoveRequest).Send() is high (> 15) (gocyclo)
    • Line 71301: warning: cyclomatic complexity 18 of function (*StorageServerConnectionServiceUpdateLocalRequest).Send() is high (> 15) (gocyclo)
    • Line 28690: warning: cyclomatic complexity 18 of function (*ExternalProviderCertificatesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 87473: warning: cyclomatic complexity 18 of function (*VmDiskServiceExportRequest).Send() is high (> 15) (gocyclo)
    • Line 80390: warning: cyclomatic complexity 18 of function (*TemplateServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 79733: warning: cyclomatic complexity 18 of function (*TemplateNicServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 110381: warning: cyclomatic complexity 18 of function (*ExternalHostProviderServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 79316: warning: cyclomatic complexity 18 of function (*TemplateGraphicsConsolesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 78340: warning: cyclomatic complexity 18 of function (*TemplateDiskServiceExportRequest).Send() is high (> 15) (gocyclo)
    • Line 18712: warning: cyclomatic complexity 18 of function (*CpuProfilesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 29970: warning: cyclomatic complexity 18 of function (*FenceAgentServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 109119: warning: cyclomatic complexity 18 of function (*ExternalDiscoveredHostsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 62594: warning: cyclomatic complexity 18 of function (*StepsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 53870: warning: cyclomatic complexity 18 of function (*PermitsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 77549: warning: cyclomatic complexity 18 of function (*TemplateCdromsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 9613: warning: cyclomatic complexity 18 of function (*AssignedVnicProfilesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 10201: warning: cyclomatic complexity 18 of function (*AttachedStorageDomainDiskServiceMoveRequest).Send() is high (> 15) (gocyclo)
    • Line 11381: warning: cyclomatic complexity 18 of function (*AttachedStorageDomainServiceDeactivateRequest).Send() is high (> 15) (gocyclo)
    • Line 13441: warning: cyclomatic complexity 18 of function (*BookmarksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 38635: warning: cyclomatic complexity 18 of function (*HostStorageServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 71455: warning: cyclomatic complexity 18 of function (*StorageServerConnectionServiceUpdateNfsRequest).Send() is high (> 15) (gocyclo)
    • Line 70993: warning: cyclomatic complexity 18 of function (*StorageServerConnectionServiceUpdateGlusterfsRequest).Send() is high (> 15) (gocyclo)
    • Line 70681: warning: cyclomatic complexity 18 of function (*StorageServerConnectionExtensionsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 40415: warning: cyclomatic complexity 18 of function (*ImageServiceImportRequest).Send() is high (> 15) (gocyclo)
    • Line 85637: warning: cyclomatic complexity 18 of function (*VmCdromServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 32233: warning: cyclomatic complexity 18 of function (*HostHooksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 59928: warning: cyclomatic complexity 18 of function (*SnapshotDisksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 44174: warning: cyclomatic complexity 18 of function (*InstanceTypeServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 20397: warning: cyclomatic complexity 18 of function (*DataCenterServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 122544: warning: cyclomatic complexity 18 of function (*OpenstackVolumeTypesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 65218: warning: cyclomatic complexity 18 of function (*StorageDomainServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 54849: warning: cyclomatic complexity 18 of function (*QossServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 32409: warning: cyclomatic complexity 18 of function (*HostNicServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 59597: warning: cyclomatic complexity 18 of function (*SnapshotCdromsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 57554: warning: cyclomatic complexity 18 of function (*RoleServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 56692: warning: cyclomatic complexity 18 of function (*QuotaStorageLimitsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 121801: warning: cyclomatic complexity 18 of function (*OpenstackVolumeProviderServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 82102: warning: cyclomatic complexity 18 of function (*TemplateWatchdogsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 117348: warning: cyclomatic complexity 18 of function (*OpenstackImageProviderServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 8994: warning: cyclomatic complexity 18 of function (*AssignedTagsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 8297: warning: cyclomatic complexity 18 of function (*AssignedRolesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 22698: warning: cyclomatic complexity 18 of function (*DiskProfileServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 121110: warning: cyclomatic complexity 18 of function (*OpenstackVolumeAuthenticationKeysServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 51110: warning: cyclomatic complexity 18 of function (*NetworkServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 92597: warning: cyclomatic complexity 18 of function (*VmNumaNodesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 48165: warning: cyclomatic complexity 18 of function (*MacPoolServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 99685: warning: cyclomatic complexity 18 of function (*VmWatchdogServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 23578: warning: cyclomatic complexity 18 of function (*DiskServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 108183: warning: cyclomatic complexity 18 of function (*EngineKatelloErrataServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 61615: warning: cyclomatic complexity 18 of function (*StatisticsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 17059: warning: cyclomatic complexity 18 of function (*ClusterServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 73204: warning: cyclomatic complexity 18 of function (*StorageServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 120398: warning: cyclomatic complexity 18 of function (*OpenstackSubnetsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 96362: warning: cyclomatic complexity 18 of function (*VmServiceRebootRequest).Send() is high (> 15) (gocyclo)
    • Line 23771: warning: cyclomatic complexity 18 of function (*DiskServiceMoveRequest).Send() is high (> 15) (gocyclo)
    • Line 81512: warning: cyclomatic complexity 18 of function (*TemplateWatchdogServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 96194: warning: cyclomatic complexity 18 of function (*VmServicePreviewSnapshotRequest).Send() is high (> 15) (gocyclo)
    • Line 119825: warning: cyclomatic complexity 18 of function (*OpenstackNetworksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 115930: warning: cyclomatic complexity 18 of function (*GlusterVolumeServiceStopRequest).Send() is high (> 15) (gocyclo)
    • Line 80039: warning: cyclomatic complexity 18 of function (*TemplateNicsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 115644: warning: cyclomatic complexity 18 of function (*GlusterVolumeServiceStartRequest).Send() is high (> 15) (gocyclo)
    • Line 2770: warning: cyclomatic complexity 18 of function (*AffinityGroupsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 78734: warning: cyclomatic complexity 18 of function (*TemplateDisksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 15972: warning: cyclomatic complexity 18 of function (*ClusterNetworksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 23014: warning: cyclomatic complexity 18 of function (*DiskProfilesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 95803: warning: cyclomatic complexity 18 of function (*VmServiceMaintenanceRequest).Send() is high (> 15) (gocyclo)
    • Line 104410: warning: cyclomatic complexity 18 of function (*DomainsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 78203: warning: cyclomatic complexity 18 of function (*TemplateDiskServiceCopyRequest).Send() is high (> 15) (gocyclo)
    • Line 17256: warning: cyclomatic complexity 18 of function (*ClusterServiceUpgradeRequest).Send() is high (> 15) (gocyclo)
    • Line 77134: warning: cyclomatic complexity 18 of function (*TagsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 93291: warning: cyclomatic complexity 18 of function (*VmPoolServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 52906: warning: cyclomatic complexity 18 of function (*OperatingSystemsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 46018: warning: cyclomatic complexity 18 of function (*IscsiBondServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 115302: warning: cyclomatic complexity 18 of function (*GlusterVolumeServiceResetOptionRequest).Send() is high (> 15) (gocyclo)
    • Line 118972: warning: cyclomatic complexity 18 of function (*OpenstackNetworkProviderServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 49506: warning: cyclomatic complexity 18 of function (*NetworkAttachmentsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 46442: warning: cyclomatic complexity 18 of function (*IscsiBondsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 2392: warning: cyclomatic complexity 18 of function (*AffinityGroupVmsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 23245: warning: cyclomatic complexity 18 of function (*DiskServiceCopyRequest).Send() is high (> 15) (gocyclo)
    • Line 118234: warning: cyclomatic complexity 18 of function (*OpenstackImagesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 36993: warning: cyclomatic complexity 18 of function (*HostServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 18396: warning: cyclomatic complexity 18 of function (*CpuProfileServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 102573: warning: cyclomatic complexity 18 of function (*WeightServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 111078: warning: cyclomatic complexity 18 of function (*ExternalHostsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 86268: warning: cyclomatic complexity 18 of function (*VmCdromsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 118035: warning: cyclomatic complexity 18 of function (*OpenstackImageServiceImportRequest).Send() is high (> 15) (gocyclo)
    • Line 114275: warning: cyclomatic complexity 18 of function (*GlusterHooksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 109593: warning: cyclomatic complexity 18 of function (*ExternalHostGroupsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 13042: warning: cyclomatic complexity 18 of function (*BookmarkServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 85220: warning: cyclomatic complexity 18 of function (*VmBackupsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 10881: warning: cyclomatic complexity 18 of function (*AttachedStorageDomainDisksServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 11951: warning: cyclomatic complexity 18 of function (*AttachedStorageDomainsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 16225: warning: cyclomatic complexity 18 of function (*ClusterServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 23446: warning: cyclomatic complexity 18 of function (*DiskServiceExportRequest).Send() is high (> 15) (gocyclo)
    • Line 114107: warning: cyclomatic complexity 18 of function (*GlusterHookServiceResolveRequest).Send() is high (> 15) (gocyclo)
    • Line 92180: warning: cyclomatic complexity 18 of function (*VmNumaNodeServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 5797: warning: cyclomatic complexity 18 of function (*AssignedCpuProfilesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 76664: warning: cyclomatic complexity 18 of function (*TagServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 42958: warning: cyclomatic complexity 18 of function (*InstanceTypeGraphicsConsolesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 108653: warning: cyclomatic complexity 18 of function (*ExternalComputeResourcesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 50529: warning: cyclomatic complexity 18 of function (*NetworkLabelsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 30472: warning: cyclomatic complexity 18 of function (*FenceAgentsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 63599: warning: cyclomatic complexity 18 of function (*StorageDomainDiskServiceMoveRequest).Send() is high (> 15) (gocyclo)
    • Line 96554: warning: cyclomatic complexity 18 of function (*VmServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 88433: warning: cyclomatic complexity 18 of function (*VmDisksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 106042: warning: cyclomatic complexity 18 of function (*SshPublicKeysServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 71981: warning: cyclomatic complexity 18 of function (*StorageServerConnectionServiceUpdateVfsRequest).Send() is high (> 15) (gocyclo)
    • Line 105704: warning: cyclomatic complexity 18 of function (*SshPublicKeyServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 80969: warning: cyclomatic complexity 18 of function (*TemplateServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 31091: warning: cyclomatic complexity 18 of function (*FilterServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 40040: warning: cyclomatic complexity 18 of function (*IconsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 1384: warning: cyclomatic complexity 18 of function (*AffinityGroupServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 60711: warning: cyclomatic complexity 18 of function (*SnapshotServiceRestoreRequest).Send() is high (> 15) (gocyclo)
    • Line 49199: warning: cyclomatic complexity 18 of function (*NetworkAttachmentServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 19464: warning: cyclomatic complexity 18 of function (*DataCenterNetworksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 94622: warning: cyclomatic complexity 18 of function (*VmServiceCloneRequest).Send() is high (> 15) (gocyclo)
    • Line 70289: warning: cyclomatic complexity 18 of function (*StorageServerConnectionExtensionServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 94300: warning: cyclomatic complexity 18 of function (*VmServiceAutoPinCpuAndNumaNodesRequest).Send() is high (> 15) (gocyclo)
    • Line 66091: warning: cyclomatic complexity 18 of function (*StorageDomainServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 65042: warning: cyclomatic complexity 18 of function (*StorageDomainServerConnectionsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 60259: warning: cyclomatic complexity 18 of function (*SnapshotNicsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 102398: warning: cyclomatic complexity 18 of function (*VnicProfilesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 19836: warning: cyclomatic complexity 18 of function (*DataCenterServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 101898: warning: cyclomatic complexity 18 of function (*VnicProfileServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 31902: warning: cyclomatic complexity 18 of function (*HostDevicesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 43381: warning: cyclomatic complexity 18 of function (*InstanceTypeNicServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 54426: warning: cyclomatic complexity 18 of function (*QosServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 100102: warning: cyclomatic complexity 18 of function (*VmWatchdogsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 55457: warning: cyclomatic complexity 18 of function (*QuotaClusterLimitsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 915: warning: cyclomatic complexity 18 of function (*AffinityGroupHostsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 55973: warning: cyclomatic complexity 18 of function (*QuotaServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 99180: warning: cyclomatic complexity 18 of function (*VmSessionsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 57048: warning: cyclomatic complexity 18 of function (*QuotasServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 91194: warning: cyclomatic complexity 18 of function (*VmNicServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 82801: warning: cyclomatic complexity 18 of function (*TemplatesServiceAddFromConfigurationRequest).Send() is high (> 15) (gocyclo)
    • Line 57991: warning: cyclomatic complexity 18 of function (*RolesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 58782: warning: cyclomatic complexity 18 of function (*SchedulingPolicyServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 90468: warning: cyclomatic complexity 18 of function (*VmHostDevicesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 58980: warning: cyclomatic complexity 18 of function (*SchedulingPolicyUnitServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 64297: warning: cyclomatic complexity 18 of function (*StorageDomainDisksServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 58531: warning: cyclomatic complexity 18 of function (*SchedulingPolicyServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 88615: warning: cyclomatic complexity 18 of function (*VmGraphicsConsoleServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 39831: warning: cyclomatic complexity 17 of function (*IconServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 52744: warning: cyclomatic complexity 17 of function (*OperatingSystemServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 28141: warning: cyclomatic complexity 17 of function (*ExternalNetworkProviderConfigurationServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 42198: warning: cyclomatic complexity 17 of function (*ImageTransfersServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 115479: warning: cyclomatic complexity 17 of function (*GlusterVolumeServiceSetOptionRequest).Send() is high (> 15) (gocyclo)
    • Line 9470: warning: cyclomatic complexity 17 of function (*AssignedVnicProfilesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 81792: warning: cyclomatic complexity 17 of function (*VmBackupServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 14730: warning: cyclomatic complexity 17 of function (*ClusterFeaturesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 2944: warning: cyclomatic complexity 17 of function (*AffinityLabelHostServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 49363: warning: cyclomatic complexity 17 of function (*NetworkAttachmentsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 102133: warning: cyclomatic complexity 17 of function (*VnicProfilesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 11533: warning: cyclomatic complexity 17 of function (*AttachedStorageDomainServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 2585: warning: cyclomatic complexity 17 of function (*AffinityGroupsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 55049: warning: cyclomatic complexity 17 of function (*QuotaClusterLimitServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 105017: warning: cyclomatic complexity 17 of function (*GroupsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 14958: warning: cyclomatic complexity 17 of function (*ClusterLevelServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 103532: warning: cyclomatic complexity 17 of function (*DomainServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 35533: warning: cyclomatic complexity 17 of function (*HostServiceIscsiLoginRequest).Send() is high (> 15) (gocyclo)
    • Line 15403: warning: cyclomatic complexity 17 of function (*ClusterNetworkServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 16767: warning: cyclomatic complexity 17 of function (*ClusterServiceResetEmulatedMachineRequest).Send() is high (> 15) (gocyclo)
    • Line 56877: warning: cyclomatic complexity 17 of function (*QuotasServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 58203: warning: cyclomatic complexity 17 of function (*SchedulingPoliciesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 101646: warning: cyclomatic complexity 17 of function (*VnicProfileServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 35348: warning: cyclomatic complexity 17 of function (*HostServiceIscsiDiscoverRequest).Send() is high (> 15) (gocyclo)
    • Line 8809: warning: cyclomatic complexity 17 of function (*AssignedTagsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 48952: warning: cyclomatic complexity 17 of function (*NetworkAttachmentServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 102841: warning: cyclomatic complexity 17 of function (*WeightsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 103745: warning: cyclomatic complexity 17 of function (*DomainUserGroupsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 103163: warning: cyclomatic complexity 17 of function (*DomainGroupServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 10053: warning: cyclomatic complexity 17 of function (*AttachedStorageDomainDiskServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 48810: warning: cyclomatic complexity 17 of function (*MoveableServiceMoveRequest).Send() is high (> 15) (gocyclo)
    • Line 10683: warning: cyclomatic complexity 17 of function (*AttachedStorageDomainDiskServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 57235: warning: cyclomatic complexity 17 of function (*RoleServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 15203: warning: cyclomatic complexity 17 of function (*ClusterLevelsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 49902: warning: cyclomatic complexity 17 of function (*NetworkFiltersServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 107018: warning: cyclomatic complexity 17 of function (*UserServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 57786: warning: cyclomatic complexity 17 of function (*RolesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 11808: warning: cyclomatic complexity 17 of function (*AttachedStorageDomainsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 106613: warning: cyclomatic complexity 17 of function (*UserOptionsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 73405: warning: cyclomatic complexity 17 of function (*SystemOptionServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 103922: warning: cyclomatic complexity 17 of function (*DomainUserServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 9196: warning: cyclomatic complexity 17 of function (*AssignedVnicProfileServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 11217: warning: cyclomatic complexity 17 of function (*AttachedStorageDomainServiceActivateRequest).Send() is high (> 15) (gocyclo)
    • Line 12394: warning: cyclomatic complexity 17 of function (*BalancesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 44836: warning: cyclomatic complexity 17 of function (*InstanceTypeWatchdogsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 35798: warning: cyclomatic complexity 17 of function (*HostServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 67753: warning: cyclomatic complexity 17 of function (*StorageDomainVmServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 86125: warning: cyclomatic complexity 17 of function (*VmCdromsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 59435: warning: cyclomatic complexity 17 of function (*SnapshotCdromServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 17579: warning: cyclomatic complexity 17 of function (*ClustersServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 2229: warning: cyclomatic complexity 17 of function (*AffinityGroupVmsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 56197: warning: cyclomatic complexity 17 of function (*QuotaStorageLimitServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 55314: warning: cyclomatic complexity 17 of function (*QuotaClusterLimitsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 13667: warning: cyclomatic complexity 17 of function (*ClusterEnabledFeatureServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 12732: warning: cyclomatic complexity 17 of function (*BookmarkServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 8484: warning: cyclomatic complexity 17 of function (*AssignedTagServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 14356: warning: cyclomatic complexity 17 of function (*ClusterExternalProvidersServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 55645: warning: cyclomatic complexity 17 of function (*QuotaServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 14529: warning: cyclomatic complexity 17 of function (*ClusterFeatureServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 13981: warning: cyclomatic complexity 17 of function (*ClusterEnabledFeaturesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 21568: warning: cyclomatic complexity 17 of function (*DiskAttachmentServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 14154: warning: cyclomatic complexity 17 of function (*ClusterEnabledFeaturesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 105458: warning: cyclomatic complexity 17 of function (*SshPublicKeyServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 50067: warning: cyclomatic complexity 17 of function (*NetworkLabelServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 56491: warning: cyclomatic complexity 17 of function (*QuotaStorageLimitsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 54657: warning: cyclomatic complexity 17 of function (*QossServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 49692: warning: cyclomatic complexity 17 of function (*NetworkFilterServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 16896: warning: cyclomatic complexity 17 of function (*ClusterServiceSyncAllNetworksRequest).Send() is high (> 15) (gocyclo)
    • Line 105864: warning: cyclomatic complexity 17 of function (*SshPublicKeysServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 99396: warning: cyclomatic complexity 17 of function (*VmWatchdogServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 35656: warning: cyclomatic complexity 17 of function (*HostServiceRefreshRequest).Send() is high (> 15) (gocyclo)
    • Line 42815: warning: cyclomatic complexity 17 of function (*InstanceTypeGraphicsConsolesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 42546: warning: cyclomatic complexity 17 of function (*InstanceTypeGraphicsConsoleServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 54101: warning: cyclomatic complexity 17 of function (*QosServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 44421: warning: cyclomatic complexity 17 of function (*InstanceTypeWatchdogServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 98996: warning: cyclomatic complexity 17 of function (*VmSessionServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 50362: warning: cyclomatic complexity 17 of function (*NetworkLabelsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 13250: warning: cyclomatic complexity 17 of function (*BookmarksServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 18569: warning: cyclomatic complexity 17 of function (*CpuProfilesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 18007: warning: cyclomatic complexity 17 of function (*CopyableServiceCopyRequest).Send() is high (> 15) (gocyclo)
    • Line 89556: warning: cyclomatic complexity 17 of function (*VmGraphicsConsolesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 95633: warning: cyclomatic complexity 17 of function (*VmServiceLogonRequest).Send() is high (> 15) (gocyclo)
    • Line 98507: warning: cyclomatic complexity 17 of function (*VmServiceUndoSnapshotRequest).Send() is high (> 15) (gocyclo)
    • Line 22019: warning: cyclomatic complexity 17 of function (*DiskAttachmentsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 59766: warning: cyclomatic complexity 17 of function (*SnapshotDiskServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 21251: warning: cyclomatic complexity 17 of function (*DiskAttachmentServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 107353: warning: cyclomatic complexity 17 of function (*UserServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 36683: warning: cyclomatic complexity 17 of function (*HostServiceSyncAllNetworksRequest).Send() is high (> 15) (gocyclo)
    • Line 19119: warning: cyclomatic complexity 17 of function (*DataCenterNetworkServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 65363: warning: cyclomatic complexity 17 of function (*StorageDomainServiceIsAttachedRequest).Send() is high (> 15) (gocyclo)
    • Line 67429: warning: cyclomatic complexity 17 of function (*StorageDomainVmDiskAttachmentServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 53680: warning: cyclomatic complexity 17 of function (*PermitsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 109370: warning: cyclomatic complexity 17 of function (*ExternalHostGroupServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 45241: warning: cyclomatic complexity 17 of function (*InstanceTypesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 97980: warning: cyclomatic complexity 17 of function (*VmServiceTicketRequest).Send() is high (> 15) (gocyclo)
    • Line 34686: warning: cyclomatic complexity 17 of function (*HostServiceForceSelectSpmRequest).Send() is high (> 15) (gocyclo)
    • Line 108432: warning: cyclomatic complexity 17 of function (*ExternalComputeResourceServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 107665: warning: cyclomatic complexity 17 of function (*UsersServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 97794: warning: cyclomatic complexity 17 of function (*VmServiceThawFilesystemsRequest).Send() is high (> 15) (gocyclo)
    • Line 18149: warning: cyclomatic complexity 17 of function (*CpuProfileServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 19293: warning: cyclomatic complexity 17 of function (*DataCenterNetworksServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 65736: warning: cyclomatic complexity 17 of function (*StorageDomainServiceRefreshLunsRequest).Send() is high (> 15) (gocyclo)
    • Line 3206: warning: cyclomatic complexity 17 of function (*AffinityLabelHostsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 18883: warning: cyclomatic complexity 17 of function (*DataCenterNetworkServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 1747: warning: cyclomatic complexity 17 of function (*AffinityGroupVmLabelsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 34325: warning: cyclomatic complexity 17 of function (*HostServiceEnrollCertificateRequest).Send() is high (> 15) (gocyclo)
    • Line 96684: warning: cyclomatic complexity 17 of function (*VmServiceReorderMacAddressesRequest).Send() is high (> 15) (gocyclo)
    • Line 51420: warning: cyclomatic complexity 17 of function (*NetworksServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 43544: warning: cyclomatic complexity 17 of function (*InstanceTypeNicsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 95300: warning: cyclomatic complexity 17 of function (*VmServiceFreezeFilesystemsRequest).Send() is high (> 15) (gocyclo)
    • Line 19648: warning: cyclomatic complexity 17 of function (*DataCenterServiceCleanFinishedTasksRequest).Send() is high (> 15) (gocyclo)
    • Line 20220: warning: cyclomatic complexity 17 of function (*DataCenterServiceSetMasterRequest).Send() is high (> 15) (gocyclo)
    • Line 20704: warning: cyclomatic complexity 17 of function (*DataCentersServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 96815: warning: cyclomatic complexity 17 of function (*VmServiceResetRequest).Send() is high (> 15) (gocyclo)
    • Line 3343: warning: cyclomatic complexity 17 of function (*AffinityLabelHostsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 7399: warning: cyclomatic complexity 17 of function (*AssignedPermissionsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 108885: warning: cyclomatic complexity 17 of function (*ExternalDiscoveredHostServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 66283: warning: cyclomatic complexity 17 of function (*StorageDomainServiceUpdateOvfStoreRequest).Send() is high (> 15) (gocyclo)
    • Line 21802: warning: cyclomatic complexity 17 of function (*DiskAttachmentsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 97636: warning: cyclomatic complexity 17 of function (*VmServiceSuspendRequest).Send() is high (> 15) (gocyclo)
    • Line 109831: warning: cyclomatic complexity 17 of function (*ExternalHostProviderServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 53355: warning: cyclomatic complexity 17 of function (*PermitServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 36830: warning: cyclomatic complexity 17 of function (*HostServiceUnregisteredStorageDomainsDiscoverRequest).Send() is high (> 15) (gocyclo)
    • Line 20061: warning: cyclomatic complexity 17 of function (*DataCenterServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 60428: warning: cyclomatic complexity 17 of function (*SnapshotServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 66544: warning: cyclomatic complexity 17 of function (*StorageDomainTemplateServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 68867: warning: cyclomatic complexity 17 of function (*StorageDomainsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 90291: warning: cyclomatic complexity 17 of function (*VmHostDevicesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 60097: warning: cyclomatic complexity 17 of function (*SnapshotNicServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 94748: warning: cyclomatic complexity 17 of function (*VmServiceCommitSnapshotRequest).Send() is high (> 15) (gocyclo)
    • Line 94882: warning: cyclomatic complexity 17 of function (*VmServiceDetachRequest).Send() is high (> 15) (gocyclo)
    • Line 22451: warning: cyclomatic complexity 17 of function (*DiskProfileServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 110243: warning: cyclomatic complexity 17 of function (*ExternalHostProviderServiceTestConnectivityRequest).Send() is high (> 15) (gocyclo)
    • Line 24532: warning: cyclomatic complexity 17 of function (*DiskServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 110595: warning: cyclomatic complexity 17 of function (*ExternalHostProvidersServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 3752: warning: cyclomatic complexity 17 of function (*AffinityLabelServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 43871: warning: cyclomatic complexity 17 of function (*InstanceTypeServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 91891: warning: cyclomatic complexity 17 of function (*VmNumaNodeServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 25360: warning: cyclomatic complexity 17 of function (*DisksServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 41129: warning: cyclomatic complexity 17 of function (*ImageTransferServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 92404: warning: cyclomatic complexity 17 of function (*VmNumaNodesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 22871: warning: cyclomatic complexity 17 of function (*DiskProfilesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 60970: warning: cyclomatic complexity 17 of function (*SnapshotsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 40244: warning: cyclomatic complexity 17 of function (*ImageServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 26345: warning: cyclomatic complexity 17 of function (*EventServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 3512: warning: cyclomatic complexity 17 of function (*AffinityLabelServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 91487: warning: cyclomatic complexity 17 of function (*VmNicsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 94463: warning: cyclomatic complexity 17 of function (*VmServiceCancelMigrationRequest).Send() is high (> 15) (gocyclo)
    • Line 27024: warning: cyclomatic complexity 17 of function (*EventSubscriptionsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 43129: warning: cyclomatic complexity 17 of function (*InstanceTypeNicServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 92778: warning: cyclomatic complexity 17 of function (*VmPoolServiceAllocateVmRequest).Send() is high (> 15) (gocyclo)
    • Line 34121: warning: cyclomatic complexity 17 of function (*HostServiceDiscoverIscsiRequest).Send() is high (> 15) (gocyclo)
    • Line 70026: warning: cyclomatic complexity 17 of function (*StorageServerConnectionExtensionServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 23966: warning: cyclomatic complexity 17 of function (*DiskServiceReduceRequest).Send() is high (> 15) (gocyclo)
    • Line 70850: warning: cyclomatic complexity 17 of function (*StorageServerConnectionServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 110917: warning: cyclomatic complexity 17 of function (*ExternalHostServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 60564: warning: cyclomatic complexity 17 of function (*SnapshotServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 93949: warning: cyclomatic complexity 17 of function (*VmReportedDeviceServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 111539: warning: cyclomatic complexity 17 of function (*KatelloErratumServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 24776: warning: cyclomatic complexity 17 of function (*DiskSnapshotServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 111790: warning: cyclomatic complexity 17 of function (*GlusterBrickServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 51931: warning: cyclomatic complexity 17 of function (*NicNetworkFilterParameterServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 93521: warning: cyclomatic complexity 17 of function (*VmPoolsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 71605: warning: cyclomatic complexity 17 of function (*StorageServerConnectionServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 1098: warning: cyclomatic complexity 17 of function (*AffinityGroupServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 64634: warning: cyclomatic complexity 17 of function (*StorageDomainServerConnectionServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 6595: warning: cyclomatic complexity 17 of function (*AssignedPermissionsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 6230: warning: cyclomatic complexity 17 of function (*AssignedDiskProfilesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 115786: warning: cyclomatic complexity 17 of function (*GlusterVolumeServiceStartProfileRequest).Send() is high (> 15) (gocyclo)
    • Line 64901: warning: cyclomatic complexity 17 of function (*StorageDomainServerConnectionsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 46255: warning: cyclomatic complexity 17 of function (*IscsiBondsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 90876: warning: cyclomatic complexity 17 of function (*VmNicServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 27482: warning: cyclomatic complexity 17 of function (*EventsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 72166: warning: cyclomatic complexity 17 of function (*StorageServerConnectionsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 46975: warning: cyclomatic complexity 17 of function (*JobServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 90757: warning: cyclomatic complexity 17 of function (*VmNicServiceDeactivateRequest).Send() is high (> 15) (gocyclo)
    • Line 29214: warning: cyclomatic complexity 17 of function (*ExternalTemplateImportsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 5966: warning: cyclomatic complexity 17 of function (*AssignedDiskProfileServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 46623: warning: cyclomatic complexity 17 of function (*JobServiceClearRequest).Send() is high (> 15) (gocyclo)
    • Line 88292: warning: cyclomatic complexity 17 of function (*VmDisksServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 29439: warning: cyclomatic complexity 17 of function (*ExternalVmImportsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 29668: warning: cyclomatic complexity 17 of function (*FenceAgentServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 27988: warning: cyclomatic complexity 17 of function (*EventsServiceUndeleteRequest).Send() is high (> 15) (gocyclo)
    • Line 30192: warning: cyclomatic complexity 17 of function (*FenceAgentsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 104642: warning: cyclomatic complexity 17 of function (*GroupServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 52201: warning: cyclomatic complexity 17 of function (*NicNetworkFilterParameterServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 15639: warning: cyclomatic complexity 17 of function (*ClusterNetworkServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 29026: warning: cyclomatic complexity 17 of function (*ExternalProviderServiceTestConnectivityRequest).Send() is high (> 15) (gocyclo)
    • Line 61402: warning: cyclomatic complexity 17 of function (*StatisticServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 77375: warning: cyclomatic complexity 17 of function (*TemplateCdromServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 77721: warning: cyclomatic complexity 17 of function (*TemplateDiskAttachmentServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 88763: warning: cyclomatic complexity 17 of function (*VmGraphicsConsoleServiceProxyTicketRequest).Send() is high (> 15) (gocyclo)
    • Line 90638: warning: cyclomatic complexity 17 of function (*VmNicServiceActivateRequest).Send() is high (> 15) (gocyclo)
    • Line 53075: warning: cyclomatic complexity 17 of function (*PermissionServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 28299: warning: cyclomatic complexity 17 of function (*ExternalNetworkProviderConfigurationsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 112357: warning: cyclomatic complexity 17 of function (*GlusterBricksServiceActivateRequest).Send() is high (> 15) (gocyclo)
    • Line 28481: warning: cyclomatic complexity 17 of function (*ExternalProviderCertificateServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 37786: warning: cyclomatic complexity 17 of function (*HostServiceUpdateUsingRootPasswordRequest).Send() is high (> 15) (gocyclo)
    • Line 752: warning: cyclomatic complexity 17 of function (*AffinityGroupHostsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 70502: warning: cyclomatic complexity 17 of function (*StorageServerConnectionExtensionsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 47229: warning: cyclomatic complexity 17 of function (*JobsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 74535: warning: cyclomatic complexity 17 of function (*SystemPermissionsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 30685: warning: cyclomatic complexity 17 of function (*FileServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 87857: warning: cyclomatic complexity 17 of function (*VmDiskServiceReduceRequest).Send() is high (> 15) (gocyclo)
    • Line 79173: warning: cyclomatic complexity 17 of function (*TemplateGraphicsConsolesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 64099: warning: cyclomatic complexity 17 of function (*StorageDomainDiskServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 3938: warning: cyclomatic complexity 17 of function (*AffinityLabelVmServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 119994: warning: cyclomatic complexity 17 of function (*OpenstackSubnetServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 31702: warning: cyclomatic complexity 17 of function (*HostDeviceServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 5654: warning: cyclomatic complexity 17 of function (*AssignedCpuProfilesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 113722: warning: cyclomatic complexity 17 of function (*GlusterHookServiceEnableRequest).Send() is high (> 15) (gocyclo)
    • Line 113215: warning: cyclomatic complexity 17 of function (*GlusterBricksServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 33788: warning: cyclomatic complexity 17 of function (*HostServiceCopyHostNetworksRequest).Send() is high (> 15) (gocyclo)
    • Line 75500: warning: cyclomatic complexity 17 of function (*SystemServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 87595: warning: cyclomatic complexity 17 of function (*VmDiskServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 32072: warning: cyclomatic complexity 17 of function (*HostHookServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 113005: warning: cyclomatic complexity 17 of function (*GlusterBricksServiceMigrateRequest).Send() is high (> 15) (gocyclo)
    • Line 75782: warning: cyclomatic complexity 17 of function (*SystemServiceReloadConfigurationsRequest).Send() is high (> 15) (gocyclo)
    • Line 87348: warning: cyclomatic complexity 17 of function (*VmDiskServiceDeactivateRequest).Send() is high (> 15) (gocyclo)
    • Line 122383: warning: cyclomatic complexity 17 of function (*OpenstackVolumeTypeServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 31360: warning: cyclomatic complexity 17 of function (*FiltersServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 76349: warning: cyclomatic complexity 17 of function (*TagServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 87229: warning: cyclomatic complexity 17 of function (*VmDiskServiceActivateRequest).Send() is high (> 15) (gocyclo)
    • Line 67587: warning: cyclomatic complexity 17 of function (*StorageDomainVmDiskAttachmentsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 121543: warning: cyclomatic complexity 17 of function (*OpenstackVolumeProviderServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 62101: warning: cyclomatic complexity 17 of function (*StepServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 5390: warning: cyclomatic complexity 17 of function (*AssignedCpuProfileServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 86771: warning: cyclomatic complexity 17 of function (*VmCheckpointServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 62351: warning: cyclomatic complexity 17 of function (*StepsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 76905: warning: cyclomatic complexity 17 of function (*TagsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 120967: warning: cyclomatic complexity 17 of function (*OpenstackVolumeAuthenticationKeysServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 4825: warning: cyclomatic complexity 17 of function (*AssignedAffinityLabelServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 120567: warning: cyclomatic complexity 17 of function (*OpenstackVolumeAuthenticationKeyServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 15809: warning: cyclomatic complexity 17 of function (*ClusterNetworksServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 121663: warning: cyclomatic complexity 17 of function (*OpenstackVolumeProviderServiceTestConnectivityRequest).Send() is high (> 15) (gocyclo)
    • Line 89926: warning: cyclomatic complexity 17 of function (*VmHostDeviceServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 270: warning: cyclomatic complexity 17 of function (*AffinityGroupHostLabelsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 50724: warning: cyclomatic complexity 17 of function (*NetworkServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 32554: warning: cyclomatic complexity 17 of function (*HostNicServiceUpdateVirtualFunctionsConfigurationRequest).Send() is high (> 15) (gocyclo)
    • Line 77867: warning: cyclomatic complexity 17 of function (*TemplateDiskAttachmentServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 121279: warning: cyclomatic complexity 17 of function (*OpenstackVolumeProviderServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 45737: warning: cyclomatic complexity 17 of function (*IscsiBondServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 86439: warning: cyclomatic complexity 17 of function (*VmCheckpointDiskServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 120257: warning: cyclomatic complexity 17 of function (*OpenstackSubnetsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 5223: warning: cyclomatic complexity 17 of function (*AssignedAffinityLabelsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 78024: warning: cyclomatic complexity 17 of function (*TemplateDiskAttachmentsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 41587: warning: cyclomatic complexity 17 of function (*ImageTransfersServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 47873: warning: cyclomatic complexity 17 of function (*MacPoolServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 5086: warning: cyclomatic complexity 17 of function (*AssignedAffinityLabelsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 113403: warning: cyclomatic complexity 17 of function (*GlusterBricksServiceStopMigrateRequest).Send() is high (> 15) (gocyclo)
    • Line 78463: warning: cyclomatic complexity 17 of function (*TemplateDiskServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 80231: warning: cyclomatic complexity 17 of function (*TemplateServiceExportRequest).Send() is high (> 15) (gocyclo)
    • Line 73731: warning: cyclomatic complexity 17 of function (*SystemPermissionsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 119522: warning: cyclomatic complexity 17 of function (*OpenstackNetworkServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 78904: warning: cyclomatic complexity 17 of function (*TemplateGraphicsConsoleServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 119660: warning: cyclomatic complexity 17 of function (*OpenstackNetworkServiceImportRequest).Send() is high (> 15) (gocyclo)
    • Line 63734: warning: cyclomatic complexity 17 of function (*StorageDomainDiskServiceReduceRequest).Send() is high (> 15) (gocyclo)
    • Line 119197: warning: cyclomatic complexity 17 of function (*OpenstackNetworkProvidersServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 113597: warning: cyclomatic complexity 17 of function (*GlusterHookServiceDisableRequest).Send() is high (> 15) (gocyclo)
    • Line 52409: warning: cyclomatic complexity 17 of function (*NicNetworkFilterParametersServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 118815: warning: cyclomatic complexity 17 of function (*OpenstackNetworkProviderServiceTestConnectivityRequest).Send() is high (> 15) (gocyclo)
    • Line 47718: warning: cyclomatic complexity 17 of function (*LinkLayerDiscoveryProtocolServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 122017: warning: cyclomatic complexity 17 of function (*OpenstackVolumeProvidersServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 52578: warning: cyclomatic complexity 17 of function (*NicNetworkFilterParametersServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 116210: warning: cyclomatic complexity 17 of function (*GlusterVolumeServiceStopRebalanceRequest).Send() is high (> 15) (gocyclo)
    • Line 38281: warning: cyclomatic complexity 17 of function (*HostServiceUpdateUsingSshRequest).Send() is high (> 15) (gocyclo)
    • Line 116072: warning: cyclomatic complexity 17 of function (*GlusterVolumeServiceStopProfileRequest).Send() is high (> 15) (gocyclo)
    • Line 48417: warning: cyclomatic complexity 17 of function (*MacPoolsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 84846: warning: cyclomatic complexity 17 of function (*VmBackupDiskServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 4507: warning: cyclomatic complexity 17 of function (*AffinityLabelsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 79486: warning: cyclomatic complexity 17 of function (*TemplateNicServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 81265: warning: cyclomatic complexity 17 of function (*TemplateWatchdogServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 120808: warning: cyclomatic complexity 17 of function (*OpenstackVolumeAuthenticationKeyServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 118411: warning: cyclomatic complexity 17 of function (*OpenstackNetworkProviderServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 80658: warning: cyclomatic complexity 17 of function (*TemplateServiceExportToExportDomainRequest).Send() is high (> 15) (gocyclo)
    • Line 83476: warning: cyclomatic complexity 17 of function (*UnmanagedNetworkServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 33305: warning: cyclomatic complexity 17 of function (*HostServiceActivateRequest).Send() is high (> 15) (gocyclo)
    • Line 79896: warning: cyclomatic complexity 17 of function (*TemplateNicsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 33604: warning: cyclomatic complexity 17 of function (*HostServiceCommitNetConfigRequest).Send() is high (> 15) (gocyclo)
    • Line 114484: warning: cyclomatic complexity 17 of function (*GlusterVolumeServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 63451: warning: cyclomatic complexity 17 of function (*StorageDomainDiskServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 117854: warning: cyclomatic complexity 17 of function (*OpenstackImageServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 81959: warning: cyclomatic complexity 17 of function (*TemplateWatchdogsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 117532: warning: cyclomatic complexity 17 of function (*OpenstackImageProvidersServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 84179: warning: cyclomatic complexity 17 of function (*VirtualFunctionAllowedNetworksServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 99915: warning: cyclomatic complexity 17 of function (*VmWatchdogsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 116421: warning: cyclomatic complexity 17 of function (*GlusterVolumesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 113845: warning: cyclomatic complexity 17 of function (*GlusterHookServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 116836: warning: cyclomatic complexity 17 of function (*OpenstackImageProviderServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 117210: warning: cyclomatic complexity 17 of function (*OpenstackImageProviderServiceTestConnectivityRequest).Send() is high (> 15) (gocyclo)
    • Line 115141: warning: cyclomatic complexity 17 of function (*GlusterVolumeServiceResetAllOptionsRequest).Send() is high (> 15) (gocyclo)
    • Line 4200: warning: cyclomatic complexity 17 of function (*AffinityLabelVmsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 4337: warning: cyclomatic complexity 17 of function (*AffinityLabelVmsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 83916: warning: cyclomatic complexity 17 of function (*VirtualFunctionAllowedNetworkServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 32963: warning: cyclomatic complexity 17 of function (*HostNumaNodeServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 9326: warning: cyclomatic complexity 16 of function (*AssignedVnicProfileServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 120697: warning: cyclomatic complexity 16 of function (*OpenstackVolumeAuthenticationKeyServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 81173: warning: cyclomatic complexity 16 of function (*TemplateService).Service() is high (> 15) (gocyclo)
    • Line 81395: warning: cyclomatic complexity 16 of function (*TemplateWatchdogServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 81671: warning: cyclomatic complexity 16 of function (*VmBackupServiceFinalizeRequest).Send() is high (> 15) (gocyclo)
    • Line 115012: warning: cyclomatic complexity 16 of function (*GlusterVolumeServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 6833: warning: cyclomatic complexity 16 of function (*AssignedPermissionsServiceAddClusterPermissionRequest).Send() is high (> 15) (gocyclo)
    • Line 24382: warning: cyclomatic complexity 16 of function (*DiskServiceSparsifyRequest).Send() is high (> 15) (gocyclo)
    • Line 41796: warning: cyclomatic complexity 16 of function (*ImageTransfersServiceAddForDiskRequest).Send() is high (> 15) (gocyclo)
    • Line 56327: warning: cyclomatic complexity 16 of function (*QuotaStorageLimitServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 12260: warning: cyclomatic complexity 16 of function (*BalanceServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 26857: warning: cyclomatic complexity 16 of function (*EventSubscriptionServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 31225: warning: cyclomatic complexity 16 of function (*FilterServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 29843: warning: cyclomatic complexity 16 of function (*FenceAgentServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 69545: warning: cyclomatic complexity 16 of function (*StorageDomainsServiceAddGlusterOrPostfsRequest).Send() is high (> 15) (gocyclo)
    • Line 63971: warning: cyclomatic complexity 16 of function (*StorageDomainDiskServiceSparsifyRequest).Send() is high (> 15) (gocyclo)
    • Line 74377: warning: cyclomatic complexity 16 of function (*SystemPermissionsServiceAddHostPermissionRequest).Send() is high (> 15) (gocyclo)
    • Line 42679: warning: cyclomatic complexity 16 of function (*InstanceTypeGraphicsConsoleServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 74712: warning: cyclomatic complexity 16 of function (*SystemPermissionsServiceAddStorageDomainPermissionRequest).Send() is high (> 15) (gocyclo)
    • Line 105588: warning: cyclomatic complexity 16 of function (*SshPublicKeyServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 118562: warning: cyclomatic complexity 16 of function (*OpenstackNetworkProviderServiceImportCertificatesRequest).Send() is high (> 15) (gocyclo)
    • Line 605: warning: cyclomatic complexity 16 of function (*AffinityGroupHostServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 106791: warning: cyclomatic complexity 16 of function (*UserOptionsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 73969: warning: cyclomatic complexity 16 of function (*SystemPermissionsServiceAddClusterPermissionRequest).Send() is high (> 15) (gocyclo)
    • Line 80531: warning: cyclomatic complexity 16 of function (*TemplateServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 68418: warning: cyclomatic complexity 16 of function (*StorageDomainVmServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 24271: warning: cyclomatic complexity 16 of function (*DiskServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 58665: warning: cyclomatic complexity 16 of function (*SchedulingPolicyServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 59114: warning: cyclomatic complexity 16 of function (*SchedulingPolicyUnitServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 110127: warning: cyclomatic complexity 16 of function (*ExternalHostProviderServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 11663: warning: cyclomatic complexity 16 of function (*AttachedStorageDomainServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 53522: warning: cyclomatic complexity 16 of function (*PermitServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 40885: warning: cyclomatic complexity 16 of function (*ImageTransferServiceExtendRequest).Send() is high (> 15) (gocyclo)
    • Line 5520: warning: cyclomatic complexity 16 of function (*AssignedCpuProfileServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 92029: warning: cyclomatic complexity 16 of function (*VmNumaNodeServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 41381: warning: cyclomatic complexity 16 of function (*ImageTransferServiceResumeRequest).Send() is high (> 15) (gocyclo)
    • Line 102707: warning: cyclomatic complexity 16 of function (*WeightServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 74105: warning: cyclomatic complexity 16 of function (*SystemPermissionsServiceAddDataCenterPermissionRequest).Send() is high (> 15) (gocyclo)
    • Line 83606: warning: cyclomatic complexity 16 of function (*UnmanagedNetworkServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 88961: warning: cyclomatic complexity 16 of function (*VmGraphicsConsoleServiceRemoteViewerConnectionFileRequest).Send() is high (> 15) (gocyclo)
    • Line 50203: warning: cyclomatic complexity 16 of function (*NetworkLabelServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 69860: warning: cyclomatic complexity 16 of function (*StorageDomainsServiceAddLocalRequest).Send() is high (> 15) (gocyclo)
    • Line 123: warning: cyclomatic complexity 16 of function (*AffinityGroupHostLabelServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 1257: warning: cyclomatic complexity 16 of function (*AffinityGroupServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 37311: warning: cyclomatic complexity 16 of function (*HostServiceUpgradeCheckRequest).Send() is high (> 15) (gocyclo)
    • Line 55822: warning: cyclomatic complexity 16 of function (*QuotaServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 116975: warning: cyclomatic complexity 16 of function (*OpenstackImageProviderServiceImportCertificatesRequest).Send() is high (> 15) (gocyclo)
    • Line 16512: warning: cyclomatic complexity 16 of function (*ClusterServiceRefreshGlusterHealStatusRequest).Send() is high (> 15) (gocyclo)
    • Line 93145: warning: cyclomatic complexity 16 of function (*VmPoolServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 22153: warning: cyclomatic complexity 16 of function (*DiskAttachmentsServiceAddProvidingDiskIdRequest).Send() is high (> 15) (gocyclo)
    • Line 79037: warning: cyclomatic complexity 16 of function (*TemplateGraphicsConsoleServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 24113: warning: cyclomatic complexity 16 of function (*DiskServiceRefreshLunRequest).Send() is high (> 15) (gocyclo)
    • Line 78593: warning: cyclomatic complexity 16 of function (*TemplateDiskServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 7241: warning: cyclomatic complexity 16 of function (*AssignedPermissionsServiceAddHostPermissionRequest).Send() is high (> 15) (gocyclo)
    • Line 104821: warning: cyclomatic complexity 16 of function (*GroupServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 67096: warning: cyclomatic complexity 16 of function (*StorageDomainTemplateServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 120124: warning: cyclomatic complexity 16 of function (*OpenstackSubnetServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 101779: warning: cyclomatic complexity 16 of function (*VnicProfileServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 113976: warning: cyclomatic complexity 16 of function (*GlusterHookServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 16647: warning: cyclomatic complexity 16 of function (*ClusterServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 121418: warning: cyclomatic complexity 16 of function (*OpenstackVolumeProviderServiceImportCertificatesRequest).Send() is high (> 15) (gocyclo)
    • Line 107536: warning: cyclomatic complexity 16 of function (*UserService).Service() is high (> 15) (gocyclo)
    • Line 44554: warning: cyclomatic complexity 16 of function (*InstanceTypeWatchdogServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 86905: warning: cyclomatic complexity 16 of function (*VmCheckpointServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 79616: warning: cyclomatic complexity 16 of function (*TemplateNicServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 10555: warning: cyclomatic complexity 16 of function (*AttachedStorageDomainDiskServiceSparsifyRequest).Send() is high (> 15) (gocyclo)
    • Line 87988: warning: cyclomatic complexity 16 of function (*VmDiskServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 75256: warning: cyclomatic complexity 16 of function (*SystemPermissionsServiceAddVmPoolPermissionRequest).Send() is high (> 15) (gocyclo)
    • Line 26150: warning: cyclomatic complexity 16 of function (*DisksServiceAddOnStorageDomainRequest).Send() is high (> 15) (gocyclo)
    • Line 117094: warning: cyclomatic complexity 16 of function (*OpenstackImageProviderServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 74241: warning: cyclomatic complexity 16 of function (*SystemPermissionsServiceAddGroupLevelRequest).Send() is high (> 15) (gocyclo)
    • Line 74984: warning: cyclomatic complexity 16 of function (*SystemPermissionsServiceAddUserLevelRequest).Send() is high (> 15) (gocyclo)
    • Line 41929: warning: cyclomatic complexity 16 of function (*ImageTransfersServiceAddForImageRequest).Send() is high (> 15) (gocyclo)
    • Line 75120: warning: cyclomatic complexity 16 of function (*SystemPermissionsServiceAddVmPermissionRequest).Send() is high (> 15) (gocyclo)
    • Line 41256: warning: cyclomatic complexity 16 of function (*ImageTransferServicePauseRequest).Send() is high (> 15) (gocyclo)
    • Line 74848: warning: cyclomatic complexity 16 of function (*SystemPermissionsServiceAddTemplatePermissionRequest).Send() is high (> 15) (gocyclo)
    • Line 69409: warning: cyclomatic complexity 16 of function (*StorageDomainsServiceAddDirectLunRequest).Send() is high (> 15) (gocyclo)
    • Line 63325: warning: cyclomatic complexity 16 of function (*StorageDomainDiskServiceExportRequest).Send() is high (> 15) (gocyclo)
    • Line 69273: warning: cyclomatic complexity 16 of function (*StorageDomainsServiceAddByPathRequest).Send() is high (> 15) (gocyclo)
    • Line 2082: warning: cyclomatic complexity 16 of function (*AffinityGroupVmServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 22286: warning: cyclomatic complexity 16 of function (*DiskAttachmentsServiceAddSignature1Request).Send() is high (> 15) (gocyclo)
    • Line 118687: warning: cyclomatic complexity 16 of function (*OpenstackNetworkProviderServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 7105: warning: cyclomatic complexity 16 of function (*AssignedPermissionsServiceAddGroupLevelRequest).Send() is high (> 15) (gocyclo)
    • Line 54274: warning: cyclomatic complexity 16 of function (*QosServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 40772: warning: cyclomatic complexity 16 of function (*ImageTransferServiceCancelRequest).Send() is high (> 15) (gocyclo)
    • Line 9927: warning: cyclomatic complexity 16 of function (*AttachedStorageDomainDiskServiceExportRequest).Send() is high (> 15) (gocyclo)
    • Line 43262: warning: cyclomatic complexity 16 of function (*InstanceTypeNicServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 26014: warning: cyclomatic complexity 16 of function (*DisksServiceAddLunRequest).Send() is high (> 15) (gocyclo)
    • Line 55179: warning: cyclomatic complexity 16 of function (*QuotaClusterLimitServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 48009: warning: cyclomatic complexity 16 of function (*MacPoolServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 49082: warning: cyclomatic complexity 16 of function (*NetworkAttachmentServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 24906: warning: cyclomatic complexity 16 of function (*DiskSnapshotServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 42062: warning: cyclomatic complexity 16 of function (*ImageTransfersServiceAddForSnapshotRequest).Send() is high (> 15) (gocyclo)
    • Line 63195: warning: cyclomatic complexity 16 of function (*StorageDomainDiskServiceCopyRequest).Send() is high (> 15) (gocyclo)
    • Line 26535: warning: cyclomatic complexity 16 of function (*EventServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 8651: warning: cyclomatic complexity 16 of function (*AssignedTagServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 6096: warning: cyclomatic complexity 16 of function (*AssignedDiskProfileServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 57407: warning: cyclomatic complexity 16 of function (*RoleServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 89233: warning: cyclomatic complexity 16 of function (*VmGraphicsConsoleServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 70156: warning: cyclomatic complexity 16 of function (*StorageServerConnectionExtensionServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 84046: warning: cyclomatic complexity 16 of function (*VirtualFunctionAllowedNetworkServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 53205: warning: cyclomatic complexity 16 of function (*PermissionServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 114693: warning: cyclomatic complexity 16 of function (*GlusterVolumeServiceGetProfileStatisticsRequest).Send() is high (> 15) (gocyclo)
    • Line 9797: warning: cyclomatic complexity 16 of function (*AttachedStorageDomainDiskServiceCopyRequest).Send() is high (> 15) (gocyclo)
    • Line 10327: warning: cyclomatic complexity 16 of function (*AttachedStorageDomainDiskServiceRegisterRequest).Send() is high (> 15) (gocyclo)
    • Line 76512: warning: cyclomatic complexity 16 of function (*TagServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 65537: warning: cyclomatic complexity 16 of function (*StorageDomainServiceReduceLunsRequest).Send() is high (> 15) (gocyclo)
    • Line 6969: warning: cyclomatic complexity 16 of function (*AssignedPermissionsServiceAddDataCenterPermissionRequest).Send() is high (> 15) (gocyclo)
    • Line 89363: warning: cyclomatic complexity 16 of function (*VmGraphicsConsoleServiceTicketRequest).Send() is high (> 15) (gocyclo)
    • Line 22581: warning: cyclomatic complexity 16 of function (*DiskProfileServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 73032: warning: cyclomatic complexity 16 of function (*StorageServerConnectionsServiceAddVfsRequest).Send() is high (> 15) (gocyclo)
    • Line 69137: warning: cyclomatic complexity 16 of function (*StorageDomainsServiceAddBlockDomainRequest).Send() is high (> 15) (gocyclo)
    • Line 72896: warning: cyclomatic complexity 16 of function (*StorageServerConnectionsServiceAddNfsRequest).Send() is high (> 15) (gocyclo)
    • Line 20594: warning: cyclomatic complexity 16 of function (*DataCenterService).Service() is high (> 15) (gocyclo)
    • Line 12898: warning: cyclomatic complexity 16 of function (*BookmarkServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 106296: warning: cyclomatic complexity 16 of function (*UserOptionServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 90121: warning: cyclomatic complexity 16 of function (*VmHostDeviceServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 50923: warning: cyclomatic complexity 16 of function (*NetworkServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 21425: warning: cyclomatic complexity 16 of function (*DiskAttachmentServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 7576: warning: cyclomatic complexity 16 of function (*AssignedPermissionsServiceAddStorageDomainPermissionRequest).Send() is high (> 15) (gocyclo)
    • Line 112019: warning: cyclomatic complexity 16 of function (*GlusterBrickServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 110008: warning: cyclomatic complexity 16 of function (*ExternalHostProviderServiceImportCertificatesRequest).Send() is high (> 15) (gocyclo)
    • Line 28901: warning: cyclomatic complexity 16 of function (*ExternalProviderServiceImportCertificatesRequest).Send() is high (> 15) (gocyclo)
    • Line 7712: warning: cyclomatic complexity 16 of function (*AssignedPermissionsServiceAddTemplatePermissionRequest).Send() is high (> 15) (gocyclo)
    • Line 72760: warning: cyclomatic complexity 16 of function (*StorageServerConnectionsServiceAddLocalRequest).Send() is high (> 15) (gocyclo)
    • Line 7848: warning: cyclomatic complexity 16 of function (*AssignedPermissionsServiceAddUserLevelRequest).Send() is high (> 15) (gocyclo)
    • Line 72478: warning: cyclomatic complexity 16 of function (*StorageServerConnectionsServiceAddIscsiRequest).Send() is high (> 15) (gocyclo)
    • Line 41002: warning: cyclomatic complexity 16 of function (*ImageTransferServiceFinalizeRequest).Send() is high (> 15) (gocyclo)
    • Line 72342: warning: cyclomatic complexity 16 of function (*StorageServerConnectionsServiceAddGlusterfsRequest).Send() is high (> 15) (gocyclo)
    • Line 18279: warning: cyclomatic complexity 16 of function (*CpuProfileServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 107209: warning: cyclomatic complexity 16 of function (*UserServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 91021: warning: cyclomatic complexity 16 of function (*VmNicServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 44018: warning: cyclomatic complexity 16 of function (*InstanceTypeServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 26692: warning: cyclomatic complexity 16 of function (*EventSubscriptionServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 7984: warning: cyclomatic complexity 16 of function (*AssignedPermissionsServiceAddVmPermissionRequest).Send() is high (> 15) (gocyclo)
    • Line 1600: warning: cyclomatic complexity 16 of function (*AffinityGroupVmLabelServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 99534: warning: cyclomatic complexity 16 of function (*VmWatchdogServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 45873: warning: cyclomatic complexity 16 of function (*IscsiBondServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 8120: warning: cyclomatic complexity 16 of function (*AssignedPermissionsServiceAddVmPoolPermissionRequest).Send() is high (> 15) (gocyclo)
    • Line 64765: warning: cyclomatic complexity 16 of function (*StorageDomainServerConnectionServiceRemoveRequest).Send() is high (> 15) (gocyclo)

license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


misspell96%

Misspell Finds commonly misspelled English words

    • services.go
    • Line 27693: warning: "garanteed" is a misspelling of "guaranteed" (misspell)
    • Line 27886: warning: "garanteed" is a misspelling of "guaranteed" (misspell)
    • Line 27949: warning: "garanteed" is a misspelling of "guaranteed" (misspell)
    • Line 70919: warning: "conection" is a misspelling of "connection" (misspell)
    • Line 70931: warning: "conection" is a misspelling of "connection" (misspell)
    • Line 70934: warning: "Conection" is a misspelling of "Connection" (misspell)
    • Line 70943: warning: "conection" is a misspelling of "connection" (misspell)