VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::Network Interface Reference

The Network interface provides methods for manipulating a vCenter Server network. More...

Inherited by vmware::vcenter::NetworkStub.

List of all members.

Public Member Functions

global::System.Collections.Generic.List
< vmware.vcenter.NetworkTypes.Summary
List (vmware.vcenter.NetworkTypes.FilterSpec filter)
 Returns information about at most 1000 visible (subject to permission checks) networks in vCenter matching the Network.FilterSpec .
global::System.Collections.Generic.List
< vmware.vcenter.NetworkTypes.Summary
List (vmware.vcenter.NetworkTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns information about at most 1000 visible (subject to permission checks) networks in vCenter matching the Network.FilterSpec .
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.vcenter.NetworkTypes.Summary > > 
ListAsync (vmware.vcenter.NetworkTypes.FilterSpec filter)
 Returns information about at most 1000 visible (subject to permission checks) networks in vCenter matching the Network.FilterSpec .
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.vcenter.NetworkTypes.Summary > > 
ListAsync (vmware.vcenter.NetworkTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns information about at most 1000 visible (subject to permission checks) networks in vCenter matching the Network.FilterSpec .

Detailed Description

The Network interface provides methods for manipulating a vCenter Server network.


Member Function Documentation

global::System.Collections.Generic.List<vmware.vcenter.NetworkTypes.Summary> vmware::vcenter::Network::List ( vmware.vcenter.NetworkTypes.FilterSpec  filter)

Returns information about at most 1000 visible (subject to permission checks) networks in vCenter matching the Network.FilterSpec .

Exceptions:
vmware.vapi.std.errors.InvalidArgumentif the Network.FilterSpec.types field contains a value that is not supported by the server.
vmware.vapi.std.errors.UnableToAllocateResourceif more than 1000 networks match the Network.FilterSpec .
vmware.vapi.std.errors.ServiceUnavailableif the system is unable to communicate with a service to complete the request.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user doesn't have the required privileges.
Parameters:
filterSpecification of matching networks for which information should be returned. If null, the behavior is equivalent to a Network.FilterSpec with all fields null which means all networks match the filter.
Returns:
Commonly used information about the networks matching the Network.FilterSpec .

Implemented in vmware::vcenter::NetworkStub.

global::System.Collections.Generic.List<vmware.vcenter.NetworkTypes.Summary> vmware::vcenter::Network::List ( vmware.vcenter.NetworkTypes.FilterSpec  filter,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Returns information about at most 1000 visible (subject to permission checks) networks in vCenter matching the Network.FilterSpec .

Exceptions:
vmware.vapi.std.errors.InvalidArgumentif the Network.FilterSpec.types field contains a value that is not supported by the server.
vmware.vapi.std.errors.UnableToAllocateResourceif more than 1000 networks match the Network.FilterSpec .
vmware.vapi.std.errors.ServiceUnavailableif the system is unable to communicate with a service to complete the request.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user doesn't have the required privileges.
Parameters:
filterSpecification of matching networks for which information should be returned. If null, the behavior is equivalent to a Network.FilterSpec with all fields null which means all networks match the filter.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Commonly used information about the networks matching the Network.FilterSpec .

Implemented in vmware::vcenter::NetworkStub.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.NetworkTypes.Summary> > vmware::vcenter::Network::ListAsync ( vmware.vcenter.NetworkTypes.FilterSpec  filter)

Returns information about at most 1000 visible (subject to permission checks) networks in vCenter matching the Network.FilterSpec .

Exceptions:
vmware.vapi.std.errors.InvalidArgumentif the Network.FilterSpec.types field contains a value that is not supported by the server.
vmware.vapi.std.errors.UnableToAllocateResourceif more than 1000 networks match the Network.FilterSpec .
vmware.vapi.std.errors.ServiceUnavailableif the system is unable to communicate with a service to complete the request.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user doesn't have the required privileges.
Parameters:
filterSpecification of matching networks for which information should be returned. If null, the behavior is equivalent to a Network.FilterSpec with all fields null which means all networks match the filter.
Returns:
Commonly used information about the networks matching the Network.FilterSpec .

Implemented in vmware::vcenter::NetworkStub.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.NetworkTypes.Summary> > vmware::vcenter::Network::ListAsync ( vmware.vcenter.NetworkTypes.FilterSpec  filter,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Returns information about at most 1000 visible (subject to permission checks) networks in vCenter matching the Network.FilterSpec .

Exceptions:
vmware.vapi.std.errors.InvalidArgumentif the Network.FilterSpec.types field contains a value that is not supported by the server.
vmware.vapi.std.errors.UnableToAllocateResourceif more than 1000 networks match the Network.FilterSpec .
vmware.vapi.std.errors.ServiceUnavailableif the system is unable to communicate with a service to complete the request.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user doesn't have the required privileges.
Parameters:
filterSpecification of matching networks for which information should be returned. If null, the behavior is equivalent to a Network.FilterSpec with all fields null which means all networks match the filter.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Commonly used information about the networks matching the Network.FilterSpec .

Implemented in vmware::vcenter::NetworkStub.


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