packer-cn/vendor/github.com/hyperonecom/h1-client-go/model_ip_associated.go

18 lines
432 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
// IpAssociated struct for IpAssociated
type IpAssociated struct {
Ip string `json:"ip,omitempty"`
Fip string `json:"fip,omitempty"`
Netadp string `json:"netadp,omitempty"`
}