|
| Local Methods | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
| Name | Type | Description |
|---|---|---|
| None | ||
Methods
| Methods defined in this Managed Object |
|---|
| QueryAvailableDvsSpec, QueryCompatibleHostForExistingDvs, QueryCompatibleHostForNewDvs, QueryDvsByUuid, QueryDvsCompatibleHostSpec, QueryDvsConfigTarget |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the DistributedVirtualSwitchManager used to make the method call. |
Return Value
| Type | Description |
|---|---|
| DistributedVirtualSwitchProductSpec[] |
Faults
| Type | Description |
|---|---|
| NotSupported | Thrown if called directly on a host. |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the DistributedVirtualSwitchManager used to make the method call. |
| container | ManagedObjectReference
to a ManagedEntity |
Where to look for hosts. Supported types of object for
this parameter are Datacenter,
ComputeResource and Folder.
|
| recursive | xsd:boolean |
Whether to search for hosts in the subfolders,
if applicable.
|
| dvs | ManagedObjectReference
to a DistributedVirtualSwitch |
Search the host based on the specification published in the
compatibleHostComponentProductInfo
of a
DistributedVirtualSwitch. If not
set, it's assumed to be the specification that a
DistributedVirtualSwitch would have if it is created
with the default DistributedVirtualSwitchProductSpec.
|
Return Value
| Type | Description |
|---|---|
| ManagedObjectReference[]
to a HostSystem[] |
Faults
| Type | Description |
|---|---|
| InvalidArgument | Thrown if the switch value is not valid or recognized. |
| NotSupported | Thrown if called directly on a host. |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the DistributedVirtualSwitchManager used to make the method call. |
| container | ManagedObjectReference
to a ManagedEntity |
Where to look for hosts. Supported types of object for
this parameter are Datacenter,
ComputeResource and Folder.
|
| recursive | xsd:boolean |
Whether to search for hosts in the subfolders,
if applicable.
|
| switchProductSpec* | DistributedVirtualSwitchProductSpec |
The productSpec of a DistributedVirtualSwitch. If not
set, it's assumed to be the default one used for
DistributedVirtualSwitch creation.
|
Return Value
| Type | Description |
|---|---|
| ManagedObjectReference[]
to a HostSystem[] |
Faults
| Type | Description |
|---|---|
| InvalidArgument | Thrown if the productSpec value is not valid or recognized. |
| NotSupported | Thrown if called directly on a host. |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the DistributedVirtualSwitchManager used to make the method call. |
| uuid | xsd:string |
|
Return Value
| Type | Description |
|---|---|
| ManagedObjectReference
to a DistributedVirtualSwitch |
Faults
| Type | Description |
|---|---|
| NotFound | Thrown if a switch with the UUID doesn't exist. |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the DistributedVirtualSwitchManager used to make the method call. |
| switchProductSpec* | DistributedVirtualSwitchProductSpec |
The productSpec of a DistributedVirtualSwitch. If not
set, it's assumed to be the default one used for
DistributedVirtualSwitch creation.
|
Return Value
| Type | Description |
|---|---|
| DistributedVirtualSwitchHostProductSpec[] |
Faults
| Type | Description |
|---|---|
| InvalidArgument | Thrown if the switchProductSpec value is not valid or recognized. |
| NotSupported | Thrown if called directly on a host. |
| NotSupported | Thrown if called directly on a host. |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the DistributedVirtualSwitchManager used to make the method call. |
| host* | ManagedObjectReference
to a HostSystem |
The host on which the query is to be made. If called
directly on the host this parameter need not be specified.
|
| dvs* | ManagedObjectReference
to a DistributedVirtualSwitch |
The distributed virtual switch on which the query is to be
made. If unspecified the config target will encompass all the
distributed virtual switches available on the host.
|
Return Value
| Type | Description |
|---|---|
| DVSManagerDvsConfigTarget |
Faults
| Type | Description |
|---|---|
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
| Top of page | Local Methods | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |