Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var (
ErrorEmptyMacAddressList = errors.New("management mac_address list is empty")
)
var (
HNSVersion1803 = hns.HNSVersion1803
)
Functions ¶
This section is empty.
Types ¶
type EndpointNotFoundError ¶ added in v0.0.7
type EndpointNotFoundError = hns.EndpointNotFoundError
type HNSAclFeatures ¶
type HNSAclFeatures = hns.HNSAclFeatures
type HNSEndpoint ¶ added in v0.0.2
type HNSEndpoint = hns.HNSEndpoint
HNSEndpoint represents a network endpoint in HNS
type HNSEndpointStats ¶ added in v0.0.2
type HNSEndpointStats = hns.EndpointStats
HNSEndpointStats represent the stats for an networkendpoint in HNS
func GetHNSEndpointStats ¶ added in v0.0.2
func GetHNSEndpointStats(endpointName string) (*HNSEndpointStats, error)
GetHNSEndpointStats gets the endpoint stats by ID
type HNSGlobals ¶
type HNSGlobals = hns.HNSGlobals
func GetHNSGlobals ¶
func GetHNSGlobals() (*HNSGlobals, error)
type HNSNnvManagementMacAddress ¶
type HNSNnvManagementMacAddress = hns.HNSNnvManagementMacAddress
HNSNnvManagementMacAddress represents management mac address which needs to be excluded from VF reassignment
type HNSNnvManagementMacList ¶
type HNSNnvManagementMacList = hns.HNSNnvManagementMacList
HNSNnvManagementMacList represents a list of management mac addresses for exclusion from VF reassignment
func DeleteNnvManagementMacAddresses ¶
func DeleteNnvManagementMacAddresses() (*HNSNnvManagementMacList, error)
DeleteNnvManagementMacAddresses delete list of management mac addresses in hns which are excluded from VF reassignment.
func GetNnvManagementMacAddresses ¶
func GetNnvManagementMacAddresses() (*HNSNnvManagementMacList, error)
GetNnvManagementMacAddresses retrieves a list of management mac addresses in hns for exclusion from VF reassignment.
func SetNnvManagementMacAddresses ¶
func SetNnvManagementMacAddresses(managementMacAddresses []string) (*HNSNnvManagementMacList, error)
SetNnvManagementMacAddresses sets a list of management mac addresses in hns for exclusion from VF reassignment.
type HNSSupportedFeatures ¶
type HNSSupportedFeatures = hns.HNSSupportedFeatures
func GetHNSSupportedFeatures ¶
func GetHNSSupportedFeatures() HNSSupportedFeatures
type HNSVersion ¶
type HNSVersion = hns.HNSVersion
type NetworkNotFoundError ¶ added in v0.0.7
type NetworkNotFoundError = hns.NetworkNotFoundError
Directories
¶
Path | Synopsis |
---|---|
Package hcn is a shim for the Host Compute Networking (HCN) service, which manages networking for Windows Server containers and Hyper-V containers.
|
Package hcn is a shim for the Host Compute Networking (HCN) service, which manages networking for Windows Server containers and Hyper-V containers. |
internal
|
|