From 1ce15a0c3039e1733c9fad877edd00317c4898b0 Mon Sep 17 00:00:00 2001 From: powervs-ibm Date: Mon, 26 Aug 2024 17:09:32 +0000 Subject: [PATCH] Generated Swagger client from service-broker commit 8052ef5f496669f885519678a3e9fe6fe638cf5d --- power/models/network_security_group_rule_protocol.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/power/models/network_security_group_rule_protocol.go b/power/models/network_security_group_rule_protocol.go index e76368cc..f55e1272 100644 --- a/power/models/network_security_group_rule_protocol.go +++ b/power/models/network_security_group_rule_protocol.go @@ -22,7 +22,7 @@ import ( type NetworkSecurityGroupRuleProtocol struct { // If icmp type, the list of ICMP packet types (by numbers) affected by ICMP rules and if not present then all types are matched - IcmpTypes []float64 `json:"icmpTypes"` + IcmpTypes []int64 `json:"icmpTypes"` // If tcp type, the list of TCP flags and if not present then all flags are matched TCPFlags []*NetworkSecurityGroupRuleProtocolTCPFlag `json:"tcpFlags"`