| Local Properties | Local Methods | |
Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
Name | Type | Description |
---|---|---|
info | HostVirtualNicManagerInfo |
Network configuration.
|
Properties inherited from ExtensibleManagedObject | ||
availableField, value |
Methods
Methods defined in this Managed Object |
---|
DeselectVnicForNicType, QueryNetConfig, SelectVnicForNicType |
Methods inherited from ExtensibleManagedObject |
setCustomValue |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the HostVirtualNicManager used to make the method call. |
nicType | xsd:string |
The type of VirtualNic that would be deselected
|
device | xsd:string |
The device that uniquely identifies the VirtualNic.
|
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
HostConfigFault | Thrown for any other failure. |
InvalidArgument | Thrown if nicType is invalid, device represents a nonexistent or invalid VirtualNic, or the VirtualNic is not selected |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the HostVirtualNicManager used to make the method call. |
nicType | xsd:string |
The NicType
|
Return Value
Type | Description |
---|---|
VirtualNicManagerNetConfig |
Faults
Type | Description |
---|---|
HostConfigFault | Thrown for any other failure. |
InvalidArgument | Thrown if nicType is invalid |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the HostVirtualNicManager used to make the method call. |
nicType | xsd:string |
The type of VirtualNic that would be selected
|
device | xsd:string |
The device that uniquely identifies the VirtualNic.
|
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
HostConfigFault | Thrown for any other failure. |
InvalidArgument | Thrown if nicType is invalid, or device represents a nonexistent or invalid VirtualNic |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
Top of page | Local Properties | Local Methods | |
Managed Object Types | Data Object Types | All Properties | All Methods |