We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac40e60 commit 95f4c93Copy full SHA for 95f4c93
catalogue/messages/or_messages.go
@@ -93,7 +93,7 @@ type OrInstantiate struct {
93
VIMInstances map[string][]interface{} `json:"vimInstances,omitempty"`
94
VNFPackage *catalogue.VNFPackage `json:"vnfPackage,omitempty"`
95
Keys []*catalogue.Key `json:"keys,omitempty"`
96
- VNFR *catalogue.VirtualNetworkFunctionRecord `json:"virtualNetworkFunctionRecord,omitempty"`
+ VNFR *catalogue.VirtualNetworkFunctionRecord `json:"vnfr,omitempty"`
97
}
98
99
func (OrInstantiate) DefaultAction() catalogue.Action {
0 commit comments