|
| 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 P | xsd:string |
The type of VirtualNic that would be deselected
Since vSphere API 4.0 |
| device P | xsd:string |
The device that uniquely identifies the VirtualNic.
Since vSphere API 4.0 |
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 P | xsd:string |
The NicType
Since vSphere API 4.0 |
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 P | xsd:string |
The type of VirtualNic that would be selected
Since vSphere API 4.0 |
| device P | xsd:string |
The device that uniquely identifies the VirtualNic.
Since vSphere API 4.0 |
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 |