VMware vCloud Suite SDK for .NET 6.0.0
vmware::vcenter::inventory::Network Interface Reference

The Network interface provides methods to retrieve information about vCenter Server networks. More...

Inherited by vmware::vcenter::inventory::NetworkStub.

List of all members.

Public Member Functions

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.

Detailed Description

The Network interface provides methods to retrieve information about vCenter Server networks.


Member Function Documentation

global::System.Collections.Generic.Dictionary<string, vmware.vcenter.inventory.NetworkTypes.Info> vmware::vcenter::inventory::Network::Find ( global::System.Collections.Generic.List< string >  networks)

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.

Exceptions:
vmware.vapi.std.errors.NotFoundif no datastore can be found for one or more of the vCenter Server network identifiers in networks
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires System.Read .
  • The resource Network referenced by the parameter networks requires System.Read .
Parameters:
networksIdentifiers of the vCenter Server networks for which information will be returned. The parameter must contain identifiers for the resource type: Network .
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. The key in the result map will be an identifier for the resource type: Network .

Implemented in vmware::vcenter::inventory::NetworkStub.

global::System.Collections.Generic.Dictionary<string, vmware.vcenter.inventory.NetworkTypes.Info> vmware::vcenter::inventory::Network::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.

The key in the result map is the network identifier and the value in the map is the network information.

Exceptions:
vmware.vapi.std.errors.NotFoundif no datastore can be found for one or more of the vCenter Server network identifiers in networks
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires System.Read .
  • The resource Network referenced by the parameter networks requires System.Read .
Parameters:
networksIdentifiers of the vCenter Server networks for which information will be returned. The parameter must contain identifiers for the resource type: Network .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
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. The key in the result map will be an identifier for the resource type: Network .

Implemented in vmware::vcenter::inventory::NetworkStub.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.Dictionary<string, vmware.vcenter.inventory.NetworkTypes.Info> > vmware::vcenter::inventory::Network::FindAsync ( global::System.Collections.Generic.List< string >  networks)

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.

Exceptions:
vmware.vapi.std.errors.NotFoundif no datastore can be found for one or more of the vCenter Server network identifiers in networks
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires System.Read .
  • The resource Network referenced by the parameter networks requires System.Read .
Parameters:
networksIdentifiers of the vCenter Server networks for which information will be returned. The parameter must contain identifiers for the resource type: Network .
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. The key in the result map will be an identifier for the resource type: Network .

Implemented in vmware::vcenter::inventory::NetworkStub.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.Dictionary<string, vmware.vcenter.inventory.NetworkTypes.Info> > vmware::vcenter::inventory::Network::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.

The key in the result map is the network identifier and the value in the map is the network information.

Exceptions:
vmware.vapi.std.errors.NotFoundif no datastore can be found for one or more of the vCenter Server network identifiers in networks
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires System.Read .
  • The resource Network referenced by the parameter networks requires System.Read .
Parameters:
networksIdentifiers of the vCenter Server networks for which information will be returned. The parameter must contain identifiers for the resource type: Network .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
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. The key in the result map will be an identifier for the resource type: Network .

Implemented in vmware::vcenter::inventory::NetworkStub.


The documentation for this interface was generated from the following file: