|
VMware vSphere Automation SDK for .NET 6.5.0
|
Remote stub implementation of the Network API service. More...
Inherits vmware::vcenter::inventory::Network.
Public Member Functions | |
| NetworkStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
| global::System.Collections.Generic.Dictionary < string, vmware.vcenter.inventory.NetworkTypes.Info > | Find (global::System.Collections.Generic.List< string > networks) |
| Returns network information for the specified vCenter Server networks. | |
| global::System.Collections.Generic.Dictionary < string, vmware.vcenter.inventory.NetworkTypes.Info > | Find (global::System.Collections.Generic.List< string > networks, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Returns network information for the specified vCenter Server networks. | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.Dictionary < string, vmware.vcenter.inventory.NetworkTypes.Info > > | FindAsync (global::System.Collections.Generic.List< string > networks) |
| Returns network information for the specified vCenter Server networks. | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.Dictionary < string, vmware.vcenter.inventory.NetworkTypes.Info > > | FindAsync (global::System.Collections.Generic.List< string > networks, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Returns network information for the specified vCenter Server networks. | |
Remote stub implementation of the Network API service.
| vmware::vcenter::inventory::NetworkStub::NetworkStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| global::System.Collections.Generic.Dictionary<string, vmware.vcenter.inventory.NetworkTypes.Info> vmware::vcenter::inventory::NetworkStub::Find | ( | global::System.Collections.Generic.List< string > | networks | ) | [inline] |
Returns network information for the specified vCenter Server networks.
The key in the result map is the network identifier and the value in the map is the network information.
| vmware.vapi.std.errors.NotFound | if no datastore can be found for one or more of the vCenter Server network identifiers in networks |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| networks | Identifiers of the vCenter Server networks for which information will be returned. The parameter must contain identifiers for the resource type: Network . |
Network . Implements vmware::vcenter::inventory::Network.
| global::System.Collections.Generic.Dictionary<string, vmware.vcenter.inventory.NetworkTypes.Info> vmware::vcenter::inventory::NetworkStub::Find | ( | global::System.Collections.Generic.List< string > | networks, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Returns network information for the specified vCenter Server networks.
The key in the result map is the network identifier and the value in the map is the network information.
| vmware.vapi.std.errors.NotFound | if no datastore can be found for one or more of the vCenter Server network identifiers in networks |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| networks | Identifiers of the vCenter Server networks for which information will be returned. The parameter must contain identifiers for the resource type: Network . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Network . Implements vmware::vcenter::inventory::Network.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.Dictionary<string, vmware.vcenter.inventory.NetworkTypes.Info> > vmware::vcenter::inventory::NetworkStub::FindAsync | ( | global::System.Collections.Generic.List< string > | networks | ) | [inline] |
Returns network information for the specified vCenter Server networks.
The key in the result map is the network identifier and the value in the map is the network information.
| vmware.vapi.std.errors.NotFound | if no datastore can be found for one or more of the vCenter Server network identifiers in networks |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| networks | Identifiers of the vCenter Server networks for which information will be returned. The parameter must contain identifiers for the resource type: Network . |
Network . Implements vmware::vcenter::inventory::Network.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.Dictionary<string, vmware.vcenter.inventory.NetworkTypes.Info> > vmware::vcenter::inventory::NetworkStub::FindAsync | ( | global::System.Collections.Generic.List< string > | networks, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Returns network information for the specified vCenter Server networks.
The key in the result map is the network identifier and the value in the map is the network information.
| vmware.vapi.std.errors.NotFound | if no datastore can be found for one or more of the vCenter Server network identifiers in networks |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| networks | Identifiers of the vCenter Server networks for which information will be returned. The parameter must contain identifiers for the resource type: Network . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Network . Implements vmware::vcenter::inventory::Network.