19 lines
489 B
Go
19 lines
489 B
Go
/*
|
|
* HyperOne API
|
|
*
|
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
*
|
|
* API version: 0.0.2
|
|
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
*/
|
|
|
|
package openapi
|
|
|
|
type VmPostNetadp struct {
|
|
Service string `json:"service,omitempty"`
|
|
Network string `json:"network,omitempty"`
|
|
Ip string `json:"ip,omitempty"`
|
|
Tag map[string]interface{} `json:"tag,omitempty"`
|
|
VlanIds string `json:"vlanIds,omitempty"`
|
|
}
|