Managed Object - HostVirtualNicManager

Property of
HostConfigManager
Extends
ExtensibleManagedObject
See also
HostVirtualNicManagerInfo, VirtualNicManagerNetConfig
Since
vSphere API 4.0


Managed Object Description

Properties

Name Type Description
infoHostVirtualNicManagerInfo


Properties inherited from ExtensibleManagedObject
availableField, value

Methods

Methods defined in this Managed Object
DeselectVnicForNicType, QueryNetConfig, SelectVnicForNicType
Methods inherited from ExtensibleManagedObject
setCustomValue

DeselectVnicForNicType

Required Privileges
Host.Config.Network

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the HostVirtualNicManager used to make the method call.
nicType Pxsd:string

Since vSphere API 4.0
device Pxsd:string

Since vSphere API 4.0
PRequired privilege - see tooltip for details

Return Value

Type Description
None

Faults

Type Description
HostConfigFault
InvalidArgument
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None



QueryNetConfig

Required Privileges
System.Read

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the HostVirtualNicManager used to make the method call.
nicType Pxsd:string

Since vSphere API 4.0
P Required privilege: nicType

Return Value

Type Description
VirtualNicManagerNetConfig

Faults

Type Description
HostConfigFault
InvalidArgument
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None



SelectVnicForNicType

Required Privileges
Host.Config.Network

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the HostVirtualNicManager used to make the method call.
nicType Pxsd:string

Since vSphere API 4.0
device Pxsd:string

Since vSphere API 4.0
PRequired privilege - see tooltip for details

Return Value

Type Description
None

Faults

Type Description
HostConfigFault
InvalidArgument
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None