VMware vSphere Automation SDK for .NET 6.5.0
vmware::appliance::techpreview::networking::RoutesStub Class Reference

Remote stub implementation of the Routes API service. More...

Inherits vmware::appliance::techpreview::networking::Routes.

List of all members.

Public Member Functions

 RoutesStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
vmware.appliance.techpreview.networking.RoutesTypes.TestStatusInfo Test (global::System.Collections.Generic.List< string > gateways)
 Test connection to a list of gateways.
vmware.appliance.techpreview.networking.RoutesTypes.TestStatusInfo Test (global::System.Collections.Generic.List< string > gateways, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Test connection to a list of gateways.
global::System.Threading.Tasks.Task
< vmware.appliance.techpreview.networking.RoutesTypes.TestStatusInfo
TestAsync (global::System.Collections.Generic.List< string > gateways)
 Test connection to a list of gateways.
global::System.Threading.Tasks.Task
< vmware.appliance.techpreview.networking.RoutesTypes.TestStatusInfo
TestAsync (global::System.Collections.Generic.List< string > gateways, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Test connection to a list of gateways.
void Add (vmware.appliance.techpreview.networking.RoutesTypes.Route route)
 Set static routing rules.
void Add (vmware.appliance.techpreview.networking.RoutesTypes.Route route, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Set static routing rules.
global::System.Threading.Tasks.Task AddAsync (vmware.appliance.techpreview.networking.RoutesTypes.Route route)
 Set static routing rules.
global::System.Threading.Tasks.Task AddAsync (vmware.appliance.techpreview.networking.RoutesTypes.Route route, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Set static routing rules.
void Set (global::System.Collections.Generic.List< vmware.appliance.techpreview.networking.RoutesTypes.Route > routes)
 Set static routing rules.
void Set (global::System.Collections.Generic.List< vmware.appliance.techpreview.networking.RoutesTypes.Route > routes, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Set static routing rules.
global::System.Threading.Tasks.Task SetAsync (global::System.Collections.Generic.List< vmware.appliance.techpreview.networking.RoutesTypes.Route > routes)
 Set static routing rules.
global::System.Threading.Tasks.Task SetAsync (global::System.Collections.Generic.List< vmware.appliance.techpreview.networking.RoutesTypes.Route > routes, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Set static routing rules.
global::System.Collections.Generic.List
< vmware.appliance.techpreview.networking.RoutesTypes.RouteReadOnly
List ()
 Get main routing table.
global::System.Collections.Generic.List
< vmware.appliance.techpreview.networking.RoutesTypes.RouteReadOnly
List (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Get main routing table.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.appliance.techpreview.networking.RoutesTypes.RouteReadOnly > > 
ListAsync ()
 Get main routing table.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.appliance.techpreview.networking.RoutesTypes.RouteReadOnly > > 
ListAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Get main routing table.
void Delete (vmware.appliance.techpreview.networking.RoutesTypes.Route route)
 Delete static routing rules.
void Delete (vmware.appliance.techpreview.networking.RoutesTypes.Route route, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Delete static routing rules.
global::System.Threading.Tasks.Task DeleteAsync (vmware.appliance.techpreview.networking.RoutesTypes.Route route)
 Delete static routing rules.
global::System.Threading.Tasks.Task DeleteAsync (vmware.appliance.techpreview.networking.RoutesTypes.Route route, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Delete static routing rules.

Detailed Description

Remote stub implementation of the Routes API service.


Constructor & Destructor Documentation

vmware::appliance::techpreview::networking::RoutesStub::RoutesStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]

Member Function Documentation

void vmware::appliance::techpreview::networking::RoutesStub::Add ( vmware.appliance.techpreview.networking.RoutesTypes.Route  route) [inline]

Set static routing rules.

A destination of 0.0.0.0 and prefix 0 (for IPv4) or destination of :: and prefix 0 (for IPv6) refers to the default gateway.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
routeStatic routing rule.

Implements vmware::appliance::techpreview::networking::Routes.

void vmware::appliance::techpreview::networking::RoutesStub::Add ( vmware.appliance.techpreview.networking.RoutesTypes.Route  route,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Set static routing rules.

A destination of 0.0.0.0 and prefix 0 (for IPv4) or destination of :: and prefix 0 (for IPv6) refers to the default gateway.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
routeStatic routing rule.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implements vmware::appliance::techpreview::networking::Routes.

global::System.Threading.Tasks.Task vmware::appliance::techpreview::networking::RoutesStub::AddAsync ( vmware.appliance.techpreview.networking.RoutesTypes.Route  route,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Set static routing rules.

A destination of 0.0.0.0 and prefix 0 (for IPv4) or destination of :: and prefix 0 (for IPv6) refers to the default gateway.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
routeStatic routing rule.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implements vmware::appliance::techpreview::networking::Routes.

global::System.Threading.Tasks.Task vmware::appliance::techpreview::networking::RoutesStub::AddAsync ( vmware.appliance.techpreview.networking.RoutesTypes.Route  route) [inline]

Set static routing rules.

A destination of 0.0.0.0 and prefix 0 (for IPv4) or destination of :: and prefix 0 (for IPv6) refers to the default gateway.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
routeStatic routing rule.

Implements vmware::appliance::techpreview::networking::Routes.

void vmware::appliance::techpreview::networking::RoutesStub::Delete ( vmware.appliance.techpreview.networking.RoutesTypes.Route  route) [inline]

Delete static routing rules.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
routeStatic routing rule.

Implements vmware::appliance::techpreview::networking::Routes.

void vmware::appliance::techpreview::networking::RoutesStub::Delete ( vmware.appliance.techpreview.networking.RoutesTypes.Route  route,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Delete static routing rules.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
routeStatic routing rule.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implements vmware::appliance::techpreview::networking::Routes.

global::System.Threading.Tasks.Task vmware::appliance::techpreview::networking::RoutesStub::DeleteAsync ( vmware.appliance.techpreview.networking.RoutesTypes.Route  route) [inline]

Delete static routing rules.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
routeStatic routing rule.

Implements vmware::appliance::techpreview::networking::Routes.

global::System.Threading.Tasks.Task vmware::appliance::techpreview::networking::RoutesStub::DeleteAsync ( vmware.appliance.techpreview.networking.RoutesTypes.Route  route,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Delete static routing rules.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
routeStatic routing rule.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implements vmware::appliance::techpreview::networking::Routes.

global::System.Collections.Generic.List<vmware.appliance.techpreview.networking.RoutesTypes.RouteReadOnly> vmware::appliance::techpreview::networking::RoutesStub::List ( ) [inline]

Get main routing table.

A destination of 0.0.0.0 and prefix 0 (for IPv4) or destination of :: and prefix 0 (for IPv6) refers to the default gateway.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
Routing table.

Implements vmware::appliance::techpreview::networking::Routes.

global::System.Collections.Generic.List<vmware.appliance.techpreview.networking.RoutesTypes.RouteReadOnly> vmware::appliance::techpreview::networking::RoutesStub::List ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Get main routing table.

A destination of 0.0.0.0 and prefix 0 (for IPv4) or destination of :: and prefix 0 (for IPv6) refers to the default gateway.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
Routing table.

Implements vmware::appliance::techpreview::networking::Routes.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.appliance.techpreview.networking.RoutesTypes.RouteReadOnly> > vmware::appliance::techpreview::networking::RoutesStub::ListAsync ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Get main routing table.

A destination of 0.0.0.0 and prefix 0 (for IPv4) or destination of :: and prefix 0 (for IPv6) refers to the default gateway.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
Routing table.

Implements vmware::appliance::techpreview::networking::Routes.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.appliance.techpreview.networking.RoutesTypes.RouteReadOnly> > vmware::appliance::techpreview::networking::RoutesStub::ListAsync ( ) [inline]

Get main routing table.

A destination of 0.0.0.0 and prefix 0 (for IPv4) or destination of :: and prefix 0 (for IPv6) refers to the default gateway.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
Routing table.

Implements vmware::appliance::techpreview::networking::Routes.

void vmware::appliance::techpreview::networking::RoutesStub::Set ( global::System.Collections.Generic.List< vmware.appliance.techpreview.networking.RoutesTypes.Route routes) [inline]

Set static routing rules.

A destination of 0.0.0.0 and prefix 0 (for IPv4) or destination of :: and prefix 0 (for IPv6) refers to the default gateway.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
routesStatic routing rules.

Implements vmware::appliance::techpreview::networking::Routes.

void vmware::appliance::techpreview::networking::RoutesStub::Set ( global::System.Collections.Generic.List< vmware.appliance.techpreview.networking.RoutesTypes.Route routes,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Set static routing rules.

A destination of 0.0.0.0 and prefix 0 (for IPv4) or destination of :: and prefix 0 (for IPv6) refers to the default gateway.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
routesStatic routing rules.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implements vmware::appliance::techpreview::networking::Routes.

global::System.Threading.Tasks.Task vmware::appliance::techpreview::networking::RoutesStub::SetAsync ( global::System.Collections.Generic.List< vmware.appliance.techpreview.networking.RoutesTypes.Route routes) [inline]

Set static routing rules.

A destination of 0.0.0.0 and prefix 0 (for IPv4) or destination of :: and prefix 0 (for IPv6) refers to the default gateway.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
routesStatic routing rules.

Implements vmware::appliance::techpreview::networking::Routes.

global::System.Threading.Tasks.Task vmware::appliance::techpreview::networking::RoutesStub::SetAsync ( global::System.Collections.Generic.List< vmware.appliance.techpreview.networking.RoutesTypes.Route routes,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Set static routing rules.

A destination of 0.0.0.0 and prefix 0 (for IPv4) or destination of :: and prefix 0 (for IPv6) refers to the default gateway.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
routesStatic routing rules.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implements vmware::appliance::techpreview::networking::Routes.

vmware.appliance.techpreview.networking.RoutesTypes.TestStatusInfo vmware::appliance::techpreview::networking::RoutesStub::Test ( global::System.Collections.Generic.List< string >  gateways,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Test connection to a list of gateways.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
gatewayslist of gateways.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
connection status

Implements vmware::appliance::techpreview::networking::Routes.

vmware.appliance.techpreview.networking.RoutesTypes.TestStatusInfo vmware::appliance::techpreview::networking::RoutesStub::Test ( global::System.Collections.Generic.List< string >  gateways) [inline]

Test connection to a list of gateways.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
gatewayslist of gateways.
Returns:
connection status

Implements vmware::appliance::techpreview::networking::Routes.

global::System.Threading.Tasks.Task<vmware.appliance.techpreview.networking.RoutesTypes.TestStatusInfo> vmware::appliance::techpreview::networking::RoutesStub::TestAsync ( global::System.Collections.Generic.List< string >  gateways) [inline]

Test connection to a list of gateways.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
gatewayslist of gateways.
Returns:
connection status

Implements vmware::appliance::techpreview::networking::Routes.

global::System.Threading.Tasks.Task<vmware.appliance.techpreview.networking.RoutesTypes.TestStatusInfo> vmware::appliance::techpreview::networking::RoutesStub::TestAsync ( global::System.Collections.Generic.List< string >  gateways,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Test connection to a list of gateways.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
gatewayslist of gateways.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
connection status

Implements vmware::appliance::techpreview::networking::Routes.


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