We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0033d6e commit 7d776b7Copy full SHA for 7d776b7
nsxt/segment_port_common.go
@@ -169,10 +169,10 @@ func nsxtPolicySegmentPortProfilesSetEmptyInStruct(obj *model.SegmentPort) error
169
170
securityResourceType := "PortSecurityProfileBindingMap"
171
securityMap := model.PortSecurityProfileBindingMap{
172
- ResourceType: &securityResourceType,
173
- Id: &segmentProfileMapID,
174
- SegmentSecurityProfilePath: &emptyString,
175
- SpoofguardProfilePath: &emptyString,
+ ResourceType: &securityResourceType,
+ Id: &segmentProfileMapID,
+ SegmentSecurityProfilePath: &emptyString,
+ SpoofguardProfilePath: &emptyString,
176
}
177
178
childSecurityConfig := model.ChildPortSecurityProfileBindingMap{
0 commit comments