Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCommandsTo ¶
Types ¶
type Module ¶ added in v0.3.4
type Module struct{}
func (*Module) RegisterCommands ¶ added in v0.3.4
type PartnerOutput ¶
type PartnerOutput struct {
output.Output `json:"-" header:"-"`
ProductName string `json:"product_name" header:"Name"`
UID string `json:"uid" header:"UID"`
ConnectType string `json:"connect_type" header:"Connect Type"`
CompanyName string `json:"company_name" header:"Company Name"`
LocationId int `json:"location_id" header:"Location ID"`
DiversityZone string `json:"diversity_zone" header:"Diversity Zone"`
VXCPermitted bool `json:"vxc_permitted" header:"VXC Permitted"`
}
func ToPartnerOutput ¶
func ToPartnerOutput(p *megaport.PartnerMegaport) PartnerOutput
Click to show internal directories.
Click to hide internal directories.