Documentation
¶
Index ¶
- type EthernetPortAllocationSettingData
- func (epas *EthernetPortAllocationSettingData) CloneEx1() (epasnew *EthernetPortAllocationSettingData, err error)
- func (epas *EthernetPortAllocationSettingData) GetEthernetSwitchPortIsolationSettingData() (*EthernetSwitchPortIsolationSettingData, error)
- func (epas *EthernetPortAllocationSettingData) GetEthernetSwitchPortOffloadSettingData() (*EthernetSwitchPortOffloadSettingData, error)
- func (epas *EthernetPortAllocationSettingData) GetEthernetSwitchPortProfileSettingData() (*EthernetSwitchPortProfileSettingData, error)
- func (epas *EthernetPortAllocationSettingData) GetEthernetSwitchPortProfileSettingDataForVendor(vendorGuid string) (*EthernetSwitchPortProfileSettingData, error)
- func (epas *EthernetPortAllocationSettingData) GetEthernetSwitchPortVLANSettingData() (*EthernetSwitchPortVLANSettingData, error)
- type EthernetSwitchPort
- type EthernetSwitchPortAclSettingData
- type EthernetSwitchPortBandwidthSettingData
- type EthernetSwitchPortCollection
- type EthernetSwitchPortIsolationSettingData
- type EthernetSwitchPortOffloadSettingData
- type EthernetSwitchPortProfileSettingData
- type EthernetSwitchPortRdmaSettingData
- type EthernetSwitchPortVLANSettingData
- type EthernetSwitchPortVfpSettingData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EthernetPortAllocationSettingData ¶
type EthernetPortAllocationSettingData struct {
*v2.Msvm_EthernetPortAllocationSettingData
}
func NewEthernetPortAllocationSettingData ¶
func NewEthernetPortAllocationSettingData(instance *wmi.WmiInstance) (*EthernetPortAllocationSettingData, error)
NewEthernetPortAllocationSettingData
func (*EthernetPortAllocationSettingData) CloneEx1 ¶
func (epas *EthernetPortAllocationSettingData) CloneEx1() (epasnew *EthernetPortAllocationSettingData, err error)
func (*EthernetPortAllocationSettingData) GetEthernetSwitchPortIsolationSettingData ¶ added in v0.21.0
func (epas *EthernetPortAllocationSettingData) GetEthernetSwitchPortIsolationSettingData() (*EthernetSwitchPortIsolationSettingData, error)
func (*EthernetPortAllocationSettingData) GetEthernetSwitchPortOffloadSettingData ¶ added in v0.21.0
func (epas *EthernetPortAllocationSettingData) GetEthernetSwitchPortOffloadSettingData() (*EthernetSwitchPortOffloadSettingData, error)
func (*EthernetPortAllocationSettingData) GetEthernetSwitchPortProfileSettingData ¶
func (epas *EthernetPortAllocationSettingData) GetEthernetSwitchPortProfileSettingData() (*EthernetSwitchPortProfileSettingData, error)
func (*EthernetPortAllocationSettingData) GetEthernetSwitchPortProfileSettingDataForVendor ¶ added in v0.21.0
func (epas *EthernetPortAllocationSettingData) GetEthernetSwitchPortProfileSettingDataForVendor(vendorGuid string) (*EthernetSwitchPortProfileSettingData, error)
func (*EthernetPortAllocationSettingData) GetEthernetSwitchPortVLANSettingData ¶ added in v0.21.0
func (epas *EthernetPortAllocationSettingData) GetEthernetSwitchPortVLANSettingData() (*EthernetSwitchPortVLANSettingData, error)
type EthernetSwitchPort ¶
type EthernetSwitchPort struct {
*v2.Msvm_EthernetSwitchPort
}
func NewEthernetSwitchPort ¶
func NewEthernetSwitchPort(instance *wmi.WmiInstance) (*EthernetSwitchPort, error)
NewEthernetSwitchPort
func (*EthernetSwitchPort) GetEthernetPortAllocationSettingData ¶
func (vs *EthernetSwitchPort) GetEthernetPortAllocationSettingData() (*EthernetPortAllocationSettingData, error)
type EthernetSwitchPortAclSettingData ¶
type EthernetSwitchPortAclSettingData struct {
*v2.Msvm_EthernetSwitchPortAclSettingData
}
func NewEthernetSwitchPortAclSettingData ¶
func NewEthernetSwitchPortAclSettingData(instance *wmi.WmiInstance) (*EthernetSwitchPortAclSettingData, error)
NewEthernetSwitchPortAclSettingData
type EthernetSwitchPortBandwidthSettingData ¶
type EthernetSwitchPortBandwidthSettingData struct {
*v2.Msvm_EthernetSwitchPortBandwidthSettingData
}
func NewEthernetSwitchPortBandwidthSettingData ¶
func NewEthernetSwitchPortBandwidthSettingData(instance *wmi.WmiInstance) (*EthernetSwitchPortBandwidthSettingData, error)
NewEthernetSwitchPortBandwidthSettingData
type EthernetSwitchPortCollection ¶
type EthernetSwitchPortCollection []*EthernetSwitchPort
func NewEthernetSwitchPortCollection ¶
func NewEthernetSwitchPortCollection(instances []*wmi.WmiInstance) (col EthernetSwitchPortCollection, err error)
func (*EthernetSwitchPortCollection) Close ¶
func (instances *EthernetSwitchPortCollection) Close() (err error)
func (*EthernetSwitchPortCollection) String ¶
func (instances *EthernetSwitchPortCollection) String() string
type EthernetSwitchPortIsolationSettingData ¶
type EthernetSwitchPortIsolationSettingData struct {
*v2.Msvm_EthernetSwitchPortIsolationSettingData
}
func NewEthernetSwitchPortIsolationSettingData ¶
func NewEthernetSwitchPortIsolationSettingData(instance *wmi.WmiInstance) (*EthernetSwitchPortIsolationSettingData, error)
NewEthernetSwitchPortIsolationSettingData
type EthernetSwitchPortOffloadSettingData ¶
type EthernetSwitchPortOffloadSettingData struct {
*v2.Msvm_EthernetSwitchPortOffloadSettingData
}
func NewEthernetSwitchPortOffloadSettingData ¶
func NewEthernetSwitchPortOffloadSettingData(instance *wmi.WmiInstance) (*EthernetSwitchPortOffloadSettingData, error)
NewEthernetSwitchPortOffloadSettingData
type EthernetSwitchPortProfileSettingData ¶
type EthernetSwitchPortProfileSettingData struct {
*v2.Msvm_EthernetSwitchPortProfileSettingData
}
func NewEthernetSwitchPortProfileSettingData ¶
func NewEthernetSwitchPortProfileSettingData(instance *wmi.WmiInstance) (*EthernetSwitchPortProfileSettingData, error)
NewEthernetSwitchPortProfileSettingData
type EthernetSwitchPortRdmaSettingData ¶
type EthernetSwitchPortRdmaSettingData struct {
*v2.Msvm_EthernetSwitchPortRdmaSettingData
}
func NewEthernetSwitchPortRdmaSettingData ¶
func NewEthernetSwitchPortRdmaSettingData(instance *wmi.WmiInstance) (*EthernetSwitchPortRdmaSettingData, error)
NewEthernetSwitchPortRdmaSettingData
type EthernetSwitchPortVLANSettingData ¶
type EthernetSwitchPortVLANSettingData struct {
*v2.Msvm_EthernetSwitchPortVlanSettingData
}
func NewEthernetSwitchPortVLANSettingData ¶
func NewEthernetSwitchPortVLANSettingData(instance *wmi.WmiInstance) (*EthernetSwitchPortVLANSettingData, error)
NewEthernetSwitchPortVLANSettingData
type EthernetSwitchPortVfpSettingData ¶
type EthernetSwitchPortVfpSettingData struct {
*v2.Msvm_EthernetSwitchPortVfpSettingData
}
func NewEthernetSwitchPortVfpSettingData ¶
func NewEthernetSwitchPortVfpSettingData(instance *wmi.WmiInstance) (*EthernetSwitchPortVfpSettingData, error)
NewEthernetSwitchPortVfpSettingData
Source Files
¶
- ethernetportallocationsettingdata.go
- ethernetswitchport.go
- ethernetswitchportaclsettingdata.go
- ethernetswitchportbandwidthsettingdata.go
- ethernetswitchportcollection.go
- ethernetswitchportisolationsettingdata.go
- ethernetswitchportoffloadsettingdata.go
- ethernetswitchportprofilesettingdata.go
- ethernetswitchportrdmasettingdata.go
- ethernetswitchportvfpsettingdata.go
- ethernetswitchportvlansettingdata.go
Click to show internal directories.
Click to hide internal directories.