19 lines
492 B
Go
19 lines
492 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
|
|
|
|
// VmCreateNetadp struct for VmCreateNetadp
|
|
type VmCreateNetadp struct {
|
|
Service string `json:"service"`
|
|
Network string `json:"network,omitempty"`
|
|
Ip []string `json:"ip,omitempty"`
|
|
Firewall string `json:"firewall,omitempty"`
|
|
}
|