|
VMware vSphere Automation SDK for .NET 6.5.0
|
Remote stub implementation of the Routes API service. More...
Inherits vmware::appliance::techpreview::networking::Routes.
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. | |
Remote stub implementation of the Routes API service.
| vmware::appliance::techpreview::networking::RoutesStub::RoutesStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| 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.
| vmware.vapi.std.errors.Error | Generic error |
| route | Static 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.
| vmware.vapi.std.errors.Error | Generic error |
| route | Static routing rule. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration 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.
| vmware.vapi.std.errors.Error | Generic error |
| route | Static routing rule. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration 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.
| vmware.vapi.std.errors.Error | Generic error |
| route | Static 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.
| vmware.vapi.std.errors.Error | Generic error |
| route | Static 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.
| vmware.vapi.std.errors.Error | Generic error |
| route | Static routing rule. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration 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.
| vmware.vapi.std.errors.Error | Generic error |
| route | Static 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.
| vmware.vapi.std.errors.Error | Generic error |
| route | Static routing rule. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration 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.
| vmware.vapi.std.errors.Error | Generic error |
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.
| vmware.vapi.std.errors.Error | Generic error |
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.
| vmware.vapi.std.errors.Error | Generic error |
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.
| vmware.vapi.std.errors.Error | Generic error |
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.
| vmware.vapi.std.errors.Error | Generic error |
| routes | Static 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.
| vmware.vapi.std.errors.Error | Generic error |
| routes | Static routing rules. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration 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.
| vmware.vapi.std.errors.Error | Generic error |
| routes | Static 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.
| vmware.vapi.std.errors.Error | Generic error |
| routes | Static routing rules. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration 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.
| vmware.vapi.std.errors.Error | Generic error |
| gateways | list of gateways. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration 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 | ) | [inline] |
Test connection to a list of gateways.
| vmware.vapi.std.errors.Error | Generic error |
| gateways | list of gateways. |
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.
| vmware.vapi.std.errors.Error | Generic error |
| gateways | list of gateways. |
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.
| vmware.vapi.std.errors.Error | Generic error |
| gateways | list of gateways. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::techpreview::networking::Routes.