VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the Network API service. More...
Inherits vmware::vcenter::Network.
Public Member Functions | |
NetworkStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
NetworkStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
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 . |
Remote stub implementation of the Network API service.
vmware::vcenter::NetworkStub::NetworkStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.TypeConverter | typeConverter, | ||
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware::vcenter::NetworkStub::NetworkStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
global::System.Collections.Generic.List<vmware.vcenter.NetworkTypes.Summary> vmware::vcenter::NetworkStub::List | ( | vmware.vcenter.NetworkTypes.FilterSpec | filter | ) | [inline] |
Returns information about at most 1000 visible (subject to permission checks) networks in vCenter matching the Network.FilterSpec .
vmware.vapi.std.errors.InvalidArgument | if the Network.FilterSpec.types field contains a value that is not supported by the server. |
vmware.vapi.std.errors.UnableToAllocateResource | if more than 1000 networks match the Network.FilterSpec . |
vmware.vapi.std.errors.ServiceUnavailable | if the system is unable to communicate with a service to complete the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user doesn't have the required privileges. |
filter | Specification 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. |
Implements vmware::vcenter::Network.
global::System.Collections.Generic.List<vmware.vcenter.NetworkTypes.Summary> vmware::vcenter::NetworkStub::List | ( | vmware.vcenter.NetworkTypes.FilterSpec | filter, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Returns information about at most 1000 visible (subject to permission checks) networks in vCenter matching the Network.FilterSpec .
vmware.vapi.std.errors.InvalidArgument | if the Network.FilterSpec.types field contains a value that is not supported by the server. |
vmware.vapi.std.errors.UnableToAllocateResource | if more than 1000 networks match the Network.FilterSpec . |
vmware.vapi.std.errors.ServiceUnavailable | if the system is unable to communicate with a service to complete the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user doesn't have the required privileges. |
filter | Specification 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. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::Network.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.NetworkTypes.Summary> > vmware::vcenter::NetworkStub::ListAsync | ( | vmware.vcenter.NetworkTypes.FilterSpec | filter | ) | [inline] |
Returns information about at most 1000 visible (subject to permission checks) networks in vCenter matching the Network.FilterSpec .
vmware.vapi.std.errors.InvalidArgument | if the Network.FilterSpec.types field contains a value that is not supported by the server. |
vmware.vapi.std.errors.UnableToAllocateResource | if more than 1000 networks match the Network.FilterSpec . |
vmware.vapi.std.errors.ServiceUnavailable | if the system is unable to communicate with a service to complete the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user doesn't have the required privileges. |
filter | Specification 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. |
Implements vmware::vcenter::Network.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.NetworkTypes.Summary> > vmware::vcenter::NetworkStub::ListAsync | ( | vmware.vcenter.NetworkTypes.FilterSpec | filter, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Returns information about at most 1000 visible (subject to permission checks) networks in vCenter matching the Network.FilterSpec .
vmware.vapi.std.errors.InvalidArgument | if the Network.FilterSpec.types field contains a value that is not supported by the server. |
vmware.vapi.std.errors.UnableToAllocateResource | if more than 1000 networks match the Network.FilterSpec . |
vmware.vapi.std.errors.ServiceUnavailable | if the system is unable to communicate with a service to complete the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user doesn't have the required privileges. |
filter | Specification 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. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::Network.