Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreatePortInfo ¶
type CreatePortResp ¶
type CreatePortResp struct {
Port CreatePortInfo `json:"port"`
}
type CreatePortsResp ¶
type CreatePortsResp struct {
Ports []CreatePortInfo `json:"ports"`
}
type PaasNetwork ¶
type PaasNetwork struct { Name string `json:"name"` ID string `json:"network_id"` GateWay string `json:"gateway"` Cidr string `json:"cidr"` CreateTime string `json:"create_time"` Status string `json:"state"` Public bool `json:"public"` ExternalNet bool `json:"external"` Owner string `json:"owner"` Description string `json:"description"` SubnetID string `json:"subnet_id"` Provider iaasaccessor.NetworkExtenAttrs `json:"provider"` AllocationPools []subnets.AllocationPool `json:"allocation_pools"` }
Click to show internal directories.
Click to hide internal directories.