Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VethRole ¶
type VethRole struct { ContainerID string `json:"container_id"` NameByContainer string `json:"name_by_container"` NameByBridge string `json:"name_by_bridge"` MacByContainer string `json:"mac_by_container"` MacByBridge string `json:"mac_by_bridge"` BridgeName string `json:"bridge_name"` }
func (*VethRole) DeleteResourceFromLocalDB ¶
func (*VethRole) ReadResourceFromLocalDB ¶
func (*VethRole) SaveResourceToLocalDB ¶
type VnicRole ¶
type VnicRole struct { TenantID string `json:"tenant_id"` NetworkID string `json:"network_id"` NetworkPlane string `json:"network_plane"` NetworkName string `json:"network_name"` PortID string `json:"port_id"` MacAddress string `json:"mac_address"` NicType string `json:"nic_type"` Accelerate string `json:"accelerate"` BusInfos []string `json:"bus_infos"` MTU string `json:"mtu"` OrgDriver string `json:"org_driver"` ContainerID string `json:"container_id"` PortName string `json:"port_name"` }
func (*VnicRole) DeleteResourceFromLocalDB ¶
func (*VnicRole) ReadResourceFromLocalDB ¶
func (*VnicRole) SaveResourceToLocalDB ¶
Click to show internal directories.
Click to hide internal directories.