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 3adee9e commit 5959fd7Copy full SHA for 5959fd7
internal/namespaces/instance/v1/custom_server.go
@@ -346,10 +346,10 @@ func serverGetBuilder(c *core.Command) *core.Command {
346
vpcAPI := vpc.NewAPI(client)
347
348
type customNICs struct {
349
- ID string
350
- MacAddress string
351
- PrivateNetworkName string
352
- PrivateNetworkID string
+ ID string `json:"id"`
+ MacAddress string `json:"mac_address"`
+ PrivateNetworkName string `json:"private_network_name"`
+ PrivateNetworkID string `json:"private_network_id"`
353
}
354
355
nics := []customNICs{}
0 commit comments